$(document).ready( function(){
 			$('.product-description .images').find('> a').not("#imglink2").lightBox({fixedNavigation:true});
 			$('.product-description .images a#imglink2').lightBox({fixedNavigation:true});
$('#content .list .book p.price').append(' <span>incl. VAT</span>');
$("#view-cart").html('Edit Basket');
   $(".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");
   });
 } );

