$(document).ready(function() {				
	// Rotates Images
	$('#rotateImages').innerfade({
	speed: 'slow',
	timeout: 5000,
	type: 'sequence',
	containerheight: '293px'
	});
	
	$('#rotateImagesFun').innerfade({
	speed: 'slow',
	timeout: 5000,
	type: 'sequence',
	containerheight: '293px'
	});
	
	$('#rotateImagesProd').innerfade({
	speed: 'slow',
	timeout: 5000,
	type: 'sequence',
	containerheight: '293px'
	});
	
	$('#rotateImagesFans').innerfade({
	speed: 'slow',
	timeout: 5000,
	type: 'sequence'
	});
	// Listener for Pop up
	
	$('.background .top-side').each(function() { $(this).css({ 'width': $(this).parent().outerWidth() - 26 }); });
	$('.background .bottom-side').each(function() { $(this).css({ 'width': $(this).parent().outerWidth() - 26 }); });
	$('.background .right-side').each(function() { $(this).css({ 'height': $(this).parent().parent().outerHeight() - 26 }); });
	$('.background .left-side').each(function() { $(this).css({ 'height': $(this).parent().parent().outerHeight() - 26 }); });
});
