$(document).ready( function(){
$('#usps').innerfade({ speed: 'slow', timeout: 5000, type: 'sequence', containerheight: '408px' });

 			$('.product-description .images').find('> a').not("#imglink2").lightBox({fixedNavigation:true});
 			$('.product-description .images a#imglink2').lightBox({fixedNavigation:true});

   $(".product-description .smallimgs").click(function() {
   	var locs =  "main"+$(this).attr("id");
	$(".product-description .images .mainimgs").css("visibility", "hidden");
	$(".product-description .images img[id="+locs+"]").css("visibility", "visible");
   });

        $("#search_dropdown_list").change(function() {
            if ($(this).val()) {
                window.open($(this).val(), '_self');
            }
        });


 } );

