$(document).ready(function(){	
	$('.rotaimageleft').cycle({
		 fx:    'scrollLeft', 
		 easing: 'easeOutCubic', 
    	delay: -2400
	});
	$('.rotaimageright').cycle({
		 fx:     'scrollLeft', 
		 easing: 'easeOutCubic', 
	     delay:  -2400,
	     cleartype: true, 
	     cleartypeNoBg: true
	});
	
	$('#noticescontainer').cycle({		
		speed: 1000,
		fx:      'custom', 
		sync: 0, 
		cssBefore: {  			
			top: 40, 
			display: 'block' 
		}, 
		animIn:  { 
			top: 0,
			easing: 'easeOutCubic'
		}, 
		animOut: {  
			top: 40 
		}, 
		delay : 1200
							
	});	
});
