jQuery(document).ready(function(){jQuery("#"+selectedPhotoID).css("display","inline");if(!jQuery("#lw-recent-photo-cell-"+selectedPhotoNumber).hasClass("selected")){jQuery("#lw-recent-photo-cell-"+selectedPhotoNumber).addClass("selected")}if(firstPhotoID){showAlbumPhotoDetails(1,1,firstPhotoID);if(!jQuery("#lw-recent-photo-cell-1").hasClass("selected")){jQuery("#lw-recent-photo-cell-1").addClass("selected")}}DD_roundies.addRule(".lw-recent-photos-info-row","0px 0px 10px 10px",true);DD_roundies.addRule(".lw-featured-photo","5px",true);jQuery("#slideshow").css("display","none");jQuery("#wrapper").css("display","inline");jQuery("#photo-album-list-recent-threads").css("display","block")});