    $(
	  function() {
        $('#gallery a').lightBox({imageBtnClose: 'closeButton.gif'});
    	}
	);
				
		$(document).ready(
			function(){
			  $(".photoBox a[rel^='prettyPhoto']").prettyPhoto({theme: 'dark_rounded'});
			
			}
		);
