//When the DOM tree is loaded
$(document).ready(function() {
	$(".widget_style").jCarouselLite({
		btnPrev: ".previous",
		btnNext: ".next",
		circular: true,
		auto: 2000
	});
	$(".flash").media({ width: 597, height: 200, autoplay: true, caption: false, bgColor: 'transparent',  params: { quality: 'high', menu: 'false' } });
});


