// JavaScript Document

$(document).ready(function(){
	$(function() {
	$(".widget-slideshow").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		visible: 1,
		auto: 5000
		//speed: 500//
		});
	});
	
	$('ul.partners').shuffle();
	
});







