$(document).ready(function(){
	$("[rel=colorbox]").colorbox( {
		current: "",
		maxWidth:"80%",
		maxHeight:"80%",
		opacity: .6
	});	
	
	$(".anim .pics").cycle({
		fx:      'fade', 
		speed:    1000, 
		timeout:  4000  
	})
})
