// JavaScript Document
$(document).ready(function(){
	if($('videocarousel')) {
		$(".widget_style").jCarouselLite({
			btnPrev: ".previous",
			btnNext: ".next",
			/*this makes it a true carousel rather than a slideshow*/
			visible: 4,
			scroll:3,
			circular: true
		});
	}
});