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

 } );

