$(document).ready(function() {
	
	if ($("div.widget_style").length) {
		$("div.widget_style").jCarouselLite({
			btnPrev: ".previous",
			btnNext: ".next",
			start:0,
			/*this makes it a true carousel rather than a slideshow*/
			circular: true,
			visible: 1,
				
			afterEnd: function(a) {
				
			   $("a.zoom").attr("href", a[0].firstChild);
	
			}
		});
	}
	//$("div.widget_style a[rel^='prettyPhoto']").prettyPhoto({ showTitle:false });
	
	$("a[rel^='prettyPhoto']").prettyPhoto({ showTitle:false ,counter_separator_label: ' of '});	
	
	
	
});
