/* PHOTO GALLERY RULES */div#photo_gallery_menu {	margin: 0px auto;	width: 618px;}		a#exterior_photos_button, a#special_details_photos_button {		margin: 0px 56px 0px 28px;	}		a#exterior_photos_button {		background: transparent url("/images/photo_gallery/gallery_navigation/exterior_photos_button.gif");	}	a#interior_photos_button {		background: transparent url("/images/photo_gallery/gallery_navigation/interior_photos_button.gif");	}	a#special_details_photos_button {		background: transparent url("/images/photo_gallery/gallery_navigation/special_details_photos_butt.gif");	}	a#garden_photos_button {		background: transparent url("/images/photo_gallery/gallery_navigation/garden_photos_button.gif");	}	#photo_gallery_menu a {		display: block;		float: left;		overflow: hidden;		width: 242px;		height: 206px;		background-repeat: no-repeat;		background-position: 0px 0px;	}			#photo_gallery_menu a span {			display: none;			}	#photo_gallery_menu a:hover {		background-position: 0px -206px;	}		p#gallery_conclusion {		position: relative;		clear: both;		padding: 10px;		width: 375px;		line-height: 18px;	}	div#photo_gallery_items {	margin: 0px auto;	width: 598px;}	#photo_gallery_items a {		display: block;		float: left;		overflow: hidden;		margin: 10px 4px;		width: 110px;		text-align: center;	}			#photo_gallery_items a span {			clear: right;		}		#photo_gallery_items a img {			border: 5px solid #FFFFFF;		}