$(document).ready( function(){
$('#usps').innerfade({ speed: 'slow', timeout: 5000, type: 'sequence', containerheight: '300px' });
 			$('.product-description .images').find('> a').not("#imglink2").lightBox({fixedNavigation:true});
 			$('.product-description .images a#imglink2').lightBox({fixedNavigation:true});


   $('.subpage iframe').addClass('flickerGallery');
   $(".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");
   });

   $('h2.categoriesh2').replaceWith('<h2 class="categoriesh2">Shop Now!</h2>');

$("#content .basket #checkout").hover(function() {
        $(this).attr("src","styles/images/basket_checkout_hover.jpg");
            }, function() {
        $(this).attr("src","styles/images/basket_checkout.jpg");
    });
    $("#confirmorder img").hover(function() {
        $(this).attr("src","styles/images/button_confirmorder_hover.jpg");
            }, function() {
        $(this).attr("src","styles/images/button_confirmorder.jpg");
    });

 } );

