$(function(){
	$(".carousel").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		visible: 3,
		scroll: 3
	});
	
	//Colorbox
	$("a[rel='gallery']").colorbox({ height: "90%", opacity: 0.80 });
	$("a[rel='gallery-w']").colorbox({ height: "90%", width: "80%", opacity: 0.80 });
	$(".colorbox").colorbox({ height: "80%", opacity: 0.80 });
	$(".colorbox-default").colorbox({ opacity: 0.80 });
	$(".colorboxframe").colorbox({ iframe: true, width: "750px", height: "80%", opacity: 0.80 });
});