﻿#photoGallery{width:688px;}
		#photoGallery ul{display:inline; text-align:right; list-style-type:none; float:right; margin:0 -2px 0 0; padding:0;}
			#photoGallery ul li{display:inline; text-align:right; list-style-type:none; margin:0; padding:0 2px;}
			#photoGallery ul li a{background-color:#FFF; color:#666; padding:5px 8px 2px; text-decoration:none; text-transform:uppercase; font-weight:bold;}
			#photoGallery ul li a:hover{background-color:#CCC; color:#000;}
			#photoGallery ul .active a{background-color:#CCC; color:#000;}
			#photoGallery ul .active a:hover{color:#FFF;}
		#photoGallery #table{width:100%; height:294px; background-color:#CCC; float:left;}
			#photoGallery #table .mainImage{float:left; margin:12px; text-align:center;}
			#photoGallery #table .mainImage img{height:260px;}
			#photoGallery #table .thumbnails{float:left; text-align:center; width:135px;}
			#photoGallery #table .thumbnails img{height:78px; margin:11px 12px 1px 0; border:2px solid #CCC;}
				#photoGallery #table .thumbnails a:hover img{border:2px solid #21739C;}
		#photoGallery .galleryCaption{float:left; margin:15px 0px;}
			#photoGallery .galleryCaption h1{margin:0; padding:0; color:#333333; font-size:12px; font-weight:bold;}
