$(document).ready(function() {
    $('#splash').cycle({
		fx: 'fade',
		timeout: 1000,
		speed: 6000
	});
	
    $('#rotator').cycle({
		fx: 'fade',
		timeout: 1000,
		speed: 6000
	});	
	
    $('#int-rotator').cycle({
		fx: 'fade',
		timeout: 1000,
		speed: 6000
	});	
	
    $('#vip-rotator2').cycle({
		fx: 'fade',
		timeout: 6000,
		speed: 6000,
		before: after, 
		after: after 
	});	
	
	
	$('#right-imageset div').cycle({
		fx: 'fade',
		timeout: 1000,
		speed: 6000
	});	
	

	
	function after() {
			$('.vip-rotator-bg').width($(document).width());
	}
	
});
