﻿$(document).ready(function(){
	if ($.browser.msie) {
		$('#carouselcontainer').supersleight();
	}
	$("#carouselcontainer .jqcarousel").jCarouselLite({
		btnNext: "#carouselcontainer .next",
		btnPrev: "#carouselcontainer .prev",
		speed: 500,
		visible: 4,
		scroll: 2,
		auto: 6000
	});
});