jQuery(document).ready(function($) {
        $('#slideshow').cycle({timeout:8000});
		$('#pauseButton').click(function() {
           $('#slideshow').cycle('pause');
               });
        $('#resumeButton').click(function() {
           $('#slideshow').cycle('resume');
               });  
});
	
$(document).ready( function() {
       	$('#slider1').bxSlider({
           displaySlideQty: 6,
           moveSlideQty: 2            
       });
});

$(document).ready( function() {
     $('body.MainCategory #SideCategoryList').bcNav();
	 $('body.Category #SideCategoryList').bcNav();
});

$(document).ready( function() {
	   $(".Content ul.ProductList li:nth-child(4)").addClass("NoBorder");
       $(".Content ul.ProductList li:nth-child(8)").addClass("NoBorder");
       $(".Content ul.ProductList li:nth-child(12)").addClass("NoBorder");
       $(".Content ul.ProductList li:nth-child(16)").addClass("NoBorder");
	   $(".Content ul.ProductList li:nth-child(20)").addClass("NoBorder");
	   $(".Content ul.ProductList li:nth-child(24)").addClass("NoBorder");
	   $(".Content ul.ProductList li:nth-child(28)").addClass("NoBorder");
	   $(".Content ul.ProductList li:nth-child(32)").addClass("NoBorder");

});
