jQuery(document).ready(function(){
	jQuery("#detailsHotspot").click( 
  		function(){jQuery("#outlastDiv, #outlastBg").fadeIn(100);});
  			jQuery("#closeButton,#outlastreview").click( 
  				function(){jQuery("#outlastDiv, #outlastBg").fadeOut(200);});
  								});