$(document).ready(function(){
$(".gallery_photo_thumb_div a").click(function(){

	 $(".photo_with_desc").css("background","url('"+$(this).attr('href')+"')");
		return false;
	})
});
