$(function(){
	$(".itemTL").hover(
		function(){
			$(this).css("background-image", "url(/images/topmenubga.gif)");
			$(this).find('div').css("background", "url(/images/triangle.gif) center bottom no-repeat");
		},
		function(){
			$(this).css("background-image", "url(/images/topmenubgia.gif)");
			$(this).find('div').css("background", "none");
		}
	);
	
$(window).load(function(){
	$("#cats").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
visible:1,circular:false
	});
});

	
});
