//For Scrolling top images
$(document).ready(function(){
//	$(function() {
//		$(".carousel").jCarouselLite({
//			btnNext: ".next",
//			btnPrev: ".prev",
//			visible: 4
//		});

//For scrolling shop by brands		
		$(".scroll-brand-scroller").jCarouselLite({
			btnNext: ".next-scroll-brand",
			btnPrev: ".prev-scroll-brand",
			visible: 1,
			auto:3000,
			speed:1000
		});
});
//For left category menu slider
$(document).ready(function() {
		$(".main li:last-child").addClass("last");				   
		$(".show-all").click( function() {
			if ($("#openCloseIdentifier").is(":hidden")) {
				$(".bg-wt").show();
				$("#slider").animate({ 
					left: "0px"
					}, 500 );
				$(".show-all").html('<img src="http://images.futurebazaar.com/catalog/fb_new/txt-popular.gif" alt="Popular" />');
				$("#openCloseIdentifier").show();
				setTimeout(function(){$(".wid").css("overflow","visible");}, 1000);
			} else {
				$(".bg-wt").hide();
				$("#slider").animate({ 
					left: "-500px"
					}, 500 );
				$(".show-all").html('<img src="http://images.futurebazaar.com/catalog/fb_new/txt-all.gif" alt="All" />');
				$("#openCloseIdentifier").hide();
				$(".wid").css("overflow","hidden");
			}
		}); 
	});
//For Highlighting Widgets
