$("document").ready(function(){
	
	$(".slideshow").cycle({
		fx: "all"
	});
		
	var $say = $('#pro_list ul li').size();
	
	if($say>2){
		$('#pro_list').jCarouselLite({
			btnNext: "#next",
			btnPrev: "#prev",
			scroll: 1,
			speed: 800,
			visible: 1
		});
	}
	
	$("a[rel^=prettyPhoto]").prettyPhoto({theme:"facebook",slideshow:3000});	
	
});
