$(document).ready(
    function() {
		$('.photoContainer a').lightBox();
	}
)