$(document).ready(function(){

   $(function() {
  	$('a.imagepop').lightBox({fixedNavigation:true});
  });
 
});
