
			jQuery(document).ready(
				function(){
					
					jQuery('#tx_tcimagefader_pi1_12688').innerfade(
						{
							animationtype: 'fade',
							speed: 3000,
							timeout: 10000,
							type: 'sequence',
							containerheight: '363px'
						}
					);
					
					//var imgwidth = jQuery('#tx_tcimagefader_pi1_12688').width() - 2;
					jQuery('#tx_tcimagefader_pi1_12688 img.singleitem').width(392);
					//console.log(jQuery('#tx_tcimagefader_pi1_12688').children('li').length);
					if(jQuery('#tx_tcimagefader_pi1_12688').children('li').length == 1) {
						jQuery('#tx_tcimagefader_pi1_12688 li').css({'position': 'relative', 'z-index': 2, 'display': 'list-item'});
						jQuery('#tx_tcimagefader_pi1_12688 .bottomrightdoor').css({'position': 'relative', 'right': -1});
					}
				}
			);
		