// JavaScript Document
$(document).ready(function(){
	$(function(){
		$('#slider').jCarouselLite({ visible: 1, btnNext: '#slider a.bt-next' });
	});
	$('.blockBestsellers div.clear:last-child').css({ 'background-color':'#fff' });
});
