// JavaScript Document
$(document).ready(function() {
	
	var news_cycle = $("#news-cycle");
	/*news_cycle.cycle({ 
					 
		fx			:	'scrollLeft', 
		timeout		:	6000, 
   		delay		:	-100,
		pager		:	"#nav-cyclic"
		
	});*/
	
	news_cycle.cycle({ 
		fx:      'custom', 
		pager:	"#nav-cyclic",
		sync: 0, 
		cssBefore: {  
			opacity:0,
			left: 232, 
			display: 'block',
			top:  0
		}, 
		animIn:  { 
			left: 0,
			opacity: 1
		}, 
		animOut: {  
			left: -200,
			opacity:0
		}, 
		delay: -1000 
	});
	
})

//gCurvyCorners[0]="curvy,4,4,4,4,1,0";