// JavaScript Document


jQuery(document).ready(function() {
								
$('#slides').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
    timeout: 3000

	});

	$(".products  .smallproductcontainer:nth-child(6n), .products  .smallproductcontainer:nth-child(3n), .products  .smallproductcontainer:nth-child(9n), .products  .smallproductcontainer:nth-child(12n)").css("marginRight", "0");

	
	
$(".products .productcontainer:odd").css("marginRight", "0");

	
	
  });


