$("document").ready(function(){
	$(".nav").superfish({
	    delay		: 400,
	    animation	: {opacity:"show",height:"show"},
	    speed		: "fast"
	});
	$('#gallery').innerfade({ 
        animationtype: 'fade', 
        speed: 2000, 
        timeout: 10000, 
        containerheight: '264px' 
     });
     $(".nav > li:first").addClass('home');
     $(".programming-page a[href*='.pdf']").addClass('pdf'); 
     $(".programming-page a[href*='.exe'], .programming-page a[href*='.zip']").addClass('exe'); 
     
     
     $(".RDX div.product_option:first-child").before("<h4 class='blacksub'>RDX Series 2 Watt Models</h4>");
     $(".RDX div.product_option:nth-child(7)").after("<h4 class='blacksub' id=\"four-five\">RDX Series 4/5 Watt Models</h4>");
     $(".category:nth-child(odd), div.product_option:nth-child(odd), .RDX div.product_option:nth-child(odd)").addClass('odd');
     $(".category:nth-child(even), div.product_option:nth-child(even), .RDX div.product_option:nth-child(even)").addClass('even'); 
     $(".category:nth-child(3), .category:nth-child(4)").addClass('border-top'); 
     $(".RDX div.product_option:nth-child(5n)").addClass('fifth'); 
     $(".RDX div.product_option:nth-child(-n+6)").addClass('sixes'); 
     
     
     
     
     
     
     
     
     
});
