// run when dom is available
$(document).ready(function(){
	if($('ul.euro li').length > 0) $('ul.euro li a.lightbox').prettyPhoto();
});