/*
*	Photo Gallery List
*/
.photogallerylist {
	font-size: 0.8em;
}
.photogallerylist li {
	list-style: none;
	padding-bottom: 0.2em;
	border-bottom: 1px dotted #363636;
}
.photogallerylist li:hover {
	background: #FCFFB1;
	border-bottom: 1px dotted #FCFFB1;
}
.galActive {
	font-size: 1.1em !important;
	font-weight: bold;
}
.galLink {
	width: 120px !important;
	height: 80px !important;
}
.galThumb {
	width: auto;
	height: 95%;
	border: 3px solid #FCFFB1;
	padding: 0.15em;
}
.galThumb:hover {
	border: 3px solid #B81A1A;
}
.galLink em {
background:transparent url(images/bubble.gif) no-repeat scroll 0%;
display:none;
font-style:normal;
left:50px;
padding:3px 0pt 6px;
position:absolute;
text-align:center;
top:-2px;
width:102px;
}
.galLink a:hover em {
	display: block;
}
/*
*	Photo Gallery Main
*	(Thumbnail is resized to 120x80)
*/
.gallery1, .gallery2, .gallery3, .gallery4, .gallery5, .gallery6 {
	display: none;
	float: left;
	width: 470px;
	height: auto;
}
.gallery1, .gallery2, .gallery3, .gallery4, .gallery5, .gallery6 a {
	display: none;;
	float: left;
	width: auto;
	border: 0px solid #DDDDDD;
}
/*
*	Individual Images
*/
.galImage {
	text-align: center;
}
.galDesc {
	text-align: center;
}
.galClass {
	display: none;
	text-align: left;
}
.galClass img {
	float: none; 
	padding: 0.4em;
	margin-bottom: 0.8em;
}
/*
*	Beta 0.6
*	June 2nd, 2008
*   Revised: December 7th, 2008
*/
#large {
	width: 350px;
	height: 350px;
	float: left;
	background: url(img/indicator.gif) no-repeat 40% 60%;
}
#large img {
	width: 350px;
	height: 263px;
	border: 5px solid #223348;
}
#thumbnail {
	width: 210px;
	height: 256px;
	overflow: auto;
	float: left;
	list-style: none;
	margin-top: 80px;
	margin-left: 16px;
	_margin-left: 8px;
	padding: 5px;
	border: 3px solid #223348;
	background: #fff;
}
#thumbnail li {
	float: left;
	width: 79px;
	margin: 8px;
	_margin: 5px;
}
#thumbnail a {
	display: block;
	width: 75px;
	height: 56px;
	padding: 1px;
	border: 1px solid #ccc;
}
#thumbnail a:hover {
	border-color: #405061;
}
/*
	Gallery Thumbnail
*/
.start {
	padding: 0;
	margin: 0;
	float: left;
	margin-left: 4.2em;
}
.start_gallerylink {
	color: #fafafa !important;
	font-weight: bold;
	color: #fafafa;
}
.gallery_bottomlink {
	clear: both;
	margin: 0;
	padding: 0;
	width: 350px;
	height: auto;
	display: block;
	float: left;
	font-weight: bold;
	text-align: center;
}
.gallery1_thumb {
	background: transparent url(../res/photos/gallery1.jpg) no-repeat scroll 28% 60%;
	color: #fafafa;
	font-weight: bold;
	display: inline;
	margin: 0.4em;
	padding: 0;
	float: left;
	width: 333px;
	height: 190px;
	text-align: center;
	border: 5px solid #2a2a2a;
	cursor: pointer;
}
.gallery2_thumb {
	background: transparent url(../res/photos/gallery2.jpg) no-repeat scroll 48% 87%;
	color: #fafafa;
	font-weight: bold;
	display: inline;
	margin: 0.4em;
	padding: 0;
	float: left;
	width: 333px;
	height: 190px;
	text-align: center;
	border: 5px solid #2a2a2a;
	cursor: pointer;
}
.gallery3_thumb {
	background: transparent url(../res/photos/gallery3.jpg) scroll no-repeat 0% 1%;
	color: #fafafa;
	font-weight: bold;
	display: inline;
	margin: 0.4em;
	padding: 0;
	float: left;
	width: 333px;
	height: 190px;
	text-align: center;
	border: 5px solid #2a2a2a;
	cursor: pointer;
}
.gallery4_thumb {
	background: transparent url(../res/photos/gallery4.jpg) no-repeat scroll 94% 89%;
	color: #fafafa;
	font-weight: bold;
	display: inline;
	margin: 0.4em;
	padding: 0;
	float: left;
	width: 333px;
	height: 190px;
	text-align: center;
	border: 5px solid #2a2a2a;
	cursor: pointer;
}
.gallery5_thumb {
	background: transparent url(../res/photos/gallery5.jpg) no-repeat scroll 86% 16%;
	color: #fafafa;
	font-weight: bold;
	display: inline;
	margin: 0.4em;
	padding: 0;
	float: left;
	width: 333px;
	height: 190px;
	text-align: center;
	border: 5px solid #2a2a2a;
	cursor: pointer;
}
.gallery6_thumb {
	background: transparent url(../res/photos/gallery6.jpg) no-repeat scroll 87% 63%;
	color: #fafafa;
	font-weight: bold;
	display: inline;
	margin: 0.4em;
	padding: 0;
	float: left;
	width: 333px;
	height: 190px;
	text-align: center;
	border: 5px solid #2a2a2a;
	cursor: pointer;
}