#galleryContainer {
	position: absolute;
	left: 210px;
	top: 156px;
	background-color: #ebebeb;
	width: 717px;
	padding: 8px;
}

#galleryContainer h4{
	margin: 14px 0px 0px 18px;
	font-size: 9px;
	color: #585858;
}

#galleryContainer h3{
	margin: 0px 0px 3px 18px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
#galleryContainer h3 a{
	color: #000;
	text-decoration: none;
}

#dropdown {
	float: right;
	margin-top: 16px;
	margin-right: 18px;
}

#photoHolder {
	background-color: #FFFFFF;
	margin-right: 18px;
	margin-left: 18px;
	padding: 12px;
	border: 1px solid #e3e3e3;
}

#bigImg {
	float: left;
	margin-right: 15px;
}
#photoCaptionContainer {
	width: 656px;
	float: left;
}

#caption {
	font-size: 12px;
	line-height: 18px;
	padding: 0px 5px;
}

#nextPrev {
	text-align: left;
	font-size: 12px;
	margin-bottom: 8px;
	color: #CCCCCC;
}

#nextPrev a, #caption a {
	color: #dc3068;
	text-decoration: none;
}

#nextPrev a:hover, #caption a:hover {
	text-decoration: underline;
}

#thumbContainer {
	margin-right: 18px;
	margin-left: 18px;
	margin-top: 12px;
}

#thumbContainerHome {
	height: 85px;
	margin-top: 5px;
}


#thumbContainer a img{
	display: block;
	border: 1px solid #d5d5d5;
	padding: 3px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#thumbContainerHome a img{
	display: block;
	border: 1px solid #d5d5d5;
	padding: 3px;
	float: left;
	margin-right: 1px;
}

#thumbContainer a.selected img, thumbContainerHome a.selected img{
	background-color: #fff;
	border: 1px solid #999;

}

#thumbContainer a:hover img {
	background-color: #fff;
	display: block;
	border: 1px solid #dc3068;
	padding: 3px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}


#thumbContainerHome a:hover img {
	background-color: #fff;
	display: block;
	border: 1px solid #dc3068;
	padding: 3px;
	float: left;
	margin-right: 1px;
}


#thumbContainer a:hover.selected img, #thumbContainerHome a:hover.selected img{
	background-color: #fff;
	border: 1px solid #999;

}

#viewall {
	clear: both;
	font-size: 11px;
	text-align: right;
	padding-top: 5px;
	padding-right: 12px;
}
div#thumbSpacer{
	float: left;
	clear: both;
	height: 5px;
}
