// JavaScript Document


jQuery(document).ready(function() {
								
//$('#slides').cycle({ 
//    fx:     'fade', 
//    speed:  'slow', 
//    timeout: 8000



//	});


$('#slides').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
    timeout: 8000

	});

	$(".productunit:nth-child(5n), .productunit:nth-child(9n), .productunit:nth-child(16n)").css("marginRight", "0");



  
  });

