/* photoViewer.css - private css overrides default PhotoViewer stylesheet */

.photoViewer-mask
{
	background-color: #590917;
	opacity: .8333;
}

/* photoViewer showCase */
.photoViewer-viewer
{
	outline: 1px solid #ffffff;
	border: 1px solid #590917;
	background-color: #ffffff;
}

.photoViewer-imageCont
{
	background-color: #ffffff;
}

.photoViewer-showcase
{
	border: 1px solid #590917;
}

.photoViewer-desc
{
	font-size: 13px;
	font-family: georgia, serif;
	line-height: 1.3846em;
	*line-height: 1.35em;
	color: #181414;
	background-color: #ffffff;
}

/* photoViewer thumbNails */
a.photoViewer
{
	display: block;
	float: left;
	width: 150px;
	height: 200px;
	margin: 0 25px 0 0;
	_margin: 0 11px 0 0;
	padding: 13px 19px 20px 13px;
	background-image: url(/static/images/bgThumbnail.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}

a.photoViewer img
{
	width: 150px;
	height: 200px;
}

/* photoViewer controls*/
.photoViewer-controls
{
	background-color: #ffffff;
	border: 1px solid #590917;
	outline: 1px solid #ffffff;
}

.photoViewer-controls a.photoViewer-panLeft,
.photoViewer-controls a.photoViewer-panRight
{
	display: none;
}

.photoViewer-thumbContOuter
{
	width: 216px;
	background-color: #ffffff;
}

.photoViewer-thumbCont a.controlsThumb,
.photoViewer-thumbCont a.controlsThumb:hover,
.photoViewer-thumbCont a.active,
.photoViewer-thumbCont a.active:hover
{
	border-color: #590917;
}

.photoViewer-display
{
	font-size: 13px;
	font-weight: normal;
	font-family: georgia, serif;
	color: #181414;
}
