$(document).ready(function(){
	
	var auto_cycle = $(".auto_cycle");
	if(auto_cycle.length > 0)
	{
		auto_cycle.css("border", "none");
		auto_cycle.cycle({
			fx:      'scrollLeft', 
    		speed:    1000, 
    		timeout:  2000
		})
	}
	
	$("[rel=colorbox]").colorbox( {
		current: "",
		maxWidth:"80%",
		maxHeight:"80%",
		opacity: .6
	});	
	
	$(".player .imgs").cycle({
		fx:      'fade', 
		speed:    1000, 
		timeout:  4000  
	})
})
