/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

div.pictureHolder .content {
	background-color: #333;
} /* Content background */
div.pictureHolder .content a.next:hover {
	background: url(/images/prettyPhoto/btnNext.gif) center right no-repeat;
	cursor: pointer;
} /* Next button */
div.pictureHolder .content a.previous:hover {
	background: url(/images/prettyPhoto/btnPrevious.gif) center left no-repeat;
	cursor: pointer;
} /* Previous button */
div.pictureHolder .content a.close {
	width: 40px;
	height: 40px;
	margin-top: 20px;
	margin-right: -20px;
	background: url(/images/prettyPhoto/btnClose.gif) center left no-repeat;
	cursor: pointer;
} /* Close button */
div.pictureHolder .loaderIcon {
	background: url(/images/prettyPhoto/loader.gif) center center no-repeat;
} /* Loader icon */

/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

div.prettyPhotoOverlay {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9500;
	width: 100%;
}
div.pictureHolder {
	position: absolute;
	z-index: 13330;
	background: #333;
	width: 100%;
	margin: 0;
	padding: 0;
}
div.pictureHolder .top {
	position: relative;
	height: 20px;
}
div.pictureHolder .content {
	position: relative;
	text-align: left;
	width: 100%;
	height: 40px;
}
div.pictureHolder .content .details {
	display: none;
}
div.pictureHolder .content .details p {
	float: left;
	clear: left;
	margin: 0;
}
div.pictureHolder .content div.hoverContainer {
	position: absolute;
	z-index: 13330;
	top: 0;
	left: 0;
	width: 100%;
}
div.pictureHolder .content a.next {
	position: relative;
	z-index: 2333;
	display: block;
	float: right;
	text-indent: -13330px;
	width: 49%;
	height: 100%;
	background: url(/images/prettyPhoto/btnNext.gif) 13330px 50% no-repeat; /* Need to be defined that way to fix an IE bug */
}
div.pictureHolder .content a.previous {
	cursor: pointer;
	display: block;
	text-indent: -13330px;
	width: 49%;
	height: 100%;
	background: url(/images/prettyPhoto/btnNext.gif) 13330px 50% no-repeat; /* Need to be defined that way to fix an IE bug */
}
div.pictureHolder .content a.close {
	float: right;
	display: block;
	text-indent: -13330px;
}
div.pictureHolder .bottom {
	position: relative;
	height: 20px;
}
div.pictureHolder .loaderIcon {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 -64px;
	width: 128px;
	height: 15px;
}
div.pictureHolder #fullResImageContainer {
	width: 100%;
	text-align: center;
}
div.prettyPhotoTitle {
	display: none;
	position: absolute;
	z-index: 9999;
	font-size: 12px;
	margin-left: -20px;
}
div.prettyPhotoTitle div.prettyPhotoTitleContent {
	padding: 5px 20px 3px 20px;
	background: #333;
	line-height: 20px;
	letter-spacing: 0.1em;
	overflow: hidden;
	color: #CCC;
}