/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */
* html div.pictureHolder .bottom{
	padding: 0 20px;
}
* html div.pictureHolder .bottom .middle{
	position: static;
}
* html div.pictureHolder .top{
	padding: 0 20px;
}
* html div.pictureHolder .top .middle{
	position: static;
}
div.pictureHolder{
	position: absolute;
	width: 100px;
	z-index: 10000;
}
div.pictureHolder .bottom{
	height: 20px;
	position: relative;
}
div.pictureHolder .bottom .left {
	background: url(../img/prettyPhoto/bl.gif) top left no-repeat; /* Bottom left corner */
}
div.pictureHolder .bottom .left{
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}
div.pictureHolder .bottom .middle {
	background: #ffffff; /* Bottom pattern/color */
}
div.pictureHolder .bottom .middle{
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}
div.pictureHolder .bottom .right {
	background: url(../img/prettyPhoto/br.gif) top left no-repeat; /* Bottom right corner */
}
div.pictureHolder .bottom .right{
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
div.pictureHolder .content {
	background-color: #ffffff; /* Content background */
}
div.pictureHolder .content{
	height: 40px;
	position: relative;
	text-align: left;
	width: 100%;
}
div.pictureHolder .content .details{
	display: none;
	margin: 10px 15px 0 20px;
}
div.pictureHolder .content .details p{
	clear: left;
	float: left;
	margin: 0;
}
div.pictureHolder .content a.close {
	background: url(../img/prettyPhoto/btnClose.gif) center left no-repeat;
	/* Close button */
	cursor: pointer;
	height: 22px;
	width: 61px;
}
div.pictureHolder .content a.close{
	display: block;
	float: right;
	text-indent: -10000px;
}
div.pictureHolder .content a.next{
	background: url(../img/prettyPhoto/btnNext.gif) 10000px 50% no-repeat;
	display: block;
	float: right;
	height: 100%;
	position: relative;
	text-indent: -10000px;
	width: 49%;
	z-index: 2000;
}
div.pictureHolder .content a.next:hover {
	background: url(../img/prettyPhoto/btnNext.gif) center right no-repeat;
	/* Next button */
	cursor: pointer;
}
div.pictureHolder .content a.previous{
	background: url(../img/prettyPhoto/btnNext.gif) 10000px 50% no-repeat;
	cursor: pointer;
	display: block;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}
div.pictureHolder .content a.previous:hover {
	background: url(../img/prettyPhoto/btnPrevious.gif) center left no-repeat;
	/* Previous button */
	cursor: pointer;
}
div.pictureHolder .content div.hoverContainer{
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10000;
}
div.pictureHolder .loaderIcon {
	background: url(../img/prettyPhoto/loader.gif) center center no-repeat; /* Loader icon */
}
div.pictureHolder .loaderIcon{
	display: none;
	height: 24px;
	left: 50%;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	width: 24px;
}
div.pictureHolder .top{
	height: 20px;
	position: relative;
}
div.pictureHolder .top .left {
	background: url(../img/prettyPhoto/tl.gif) top left no-repeat; /* Top left corner */
}
div.pictureHolder .top .left{
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}
div.pictureHolder .top .middle {
	background: #ffffff; /* Top pattern/color */
}
div.pictureHolder .top .middle{
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}
div.pictureHolder .top .right {
	background: url(../img/prettyPhoto/tr.gif) top left no-repeat; /* Top right corner */
}
div.pictureHolder .top .right{
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
div.pictureHolder #fullResImageContainer{
	text-align: center;
	width: 100%;
}
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */
	div.prettyPhotoOverlay{
	background: #000000;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
}
div.prettyPhotoTitle{
	color: #ffffff;
	display: none;
	font-size: 13px;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 9999;
}
div.prettyPhotoTitle div.prettyPhotoTitleContent {
	background: url(../img/prettyPhoto/ttp.gif) top left repeat-x;
}
div.prettyPhotoTitle div.prettyPhotoTitleContent{
	float: left;
	line-height: 23px;
}
div.prettyPhotoTitle div.prettyPhotoTitleLeft {
	background: url(../img/prettyPhoto/ttl.gif) top left no-repeat;
}
div.prettyPhotoTitle div.prettyPhotoTitleLeft,div.prettyPhotoTitle div.prettyPhotoTitleRight{
	float: left;
	height: 23px;
	overflow: hidden;
	width: 19px;
}
div.prettyPhotoTitle div.prettyPhotoTitleRight {
	background: url(../img/prettyPhoto/ttr.gif) top left no-repeat;
}
