/*------------------------------------------------------------------------
Pretty Photo (This you can edit)
-------------------------------------------------------------------------*/
.pictureHolder .top .left
{
	background: url(../img/prettyPhoto/tl.gif) no-repeat top left;
}
/*Top left corner*/
.pictureHolder .top .middle
{
	background: #FFF;
}
/*Top pattern/color*/
.pictureHolder .top .right
{
	background: url(../img/prettyPhoto/tr.gif) no-repeat top left;
}
/*Top right corner*/
.pictureHolder .content
{
	background-color: #FFF;
}
/*Content background*/
.pictureHolder .content A.next:hover
{
	background: url(../img/prettyPhoto/btnNext.gif) no-repeat center right;
	cursor: pointer;
}
/*Next button*/
.pictureHolder .content A.previous:hover
{
	background: url(../img/prettyPhoto/btnPrevious.gif) no-repeat center left;
	cursor: pointer;
}
/*Previous button*/
.pictureHolder .content A.expand
{
	background: url(../img/prettyPhoto/btnExpand.gif) no-repeat top left;
	cursor: pointer;
}
/*Expand button*/
.pictureHolder .content A.expand:hover
{
	background: url(../img/prettyPhoto/btnExpand.gif) no-repeat bottom left;
	cursor: pointer;
}
/*Expand button hover*/
.pictureHolder .content A.contract
{
	background: url(../img/prettyPhoto/btnContract.gif) no-repeat top left;
	cursor: pointer;
}
/*Contract button*/
.pictureHolder .content A.contract:hover
{
	background: url(../img/prettyPhoto/btnContract.gif) no-repeat bottom left;
	cursor: pointer;
}
/*Contract button hover*/
.pictureHolder .content A.close
{
	width: 61px;
	height: 22px;
	background: url(../img/prettyPhoto/btnClose.gif) no-repeat center left;
	cursor: pointer;
}
/*Close button*/
.pictureHolder .content .details .nav A.arrow_previous
{
	background: url(../img/prettyPhoto/arrow_previous.gif) no-repeat top left;
}
/*The previous arrow in the bottom nav*/
.pictureHolder .content .details .nav A.arrow_next
{
	background: url(../img/prettyPhoto/arrow_next.gif) no-repeat top left;
}
/*The next arrow in the bottom nav*/
.pictureHolder .bottom .left
{
	background: url(../img/prettyPhoto/bl.gif) no-repeat top left;
}
/*Bottom left corner*/
.pictureHolder .bottom .middle
{
	background: #FFF;
}
/*Bottom pattern/color*/
.pictureHolder .bottom .right
{
	background: url(../img/prettyPhoto/br.gif) no-repeat top left;
}
/*Bottom right corner*/
.pictureHolder .loaderIcon
{
	background: url(../img/prettyPhoto/loader.gif) no-repeat center center;
}
/*Loader icon*/
.prettyPhotoTitle .prettyPhotoTitleLeft
{
	background: url(../img/prettyPhoto/ttl.gif) no-repeat top left;
}
.prettyPhotoTitle .prettyPhotoTitleRight
{
	background: url(../img/prettyPhoto/ttr.gif) no-repeat top left;
}
.prettyPhotoTitle .prettyPhotoTitleContent
{
	background: url(../img/prettyPhoto/ttp.gif) repeat-x top left;
}
/*------------------------------------------------------------------------
Pretty Photo (DO NOT CHANGE)
-------------------------------------------------------------------------*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
* HTML .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
.prettyPhotoOverlay
{
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9500;
	width: 100%;
}
.pictureHolder
{
	position: absolute;
	z-index: 10000;
	width: 100px;
}
.pictureHolder .top
{
	position: relative;
	height: 20px;
}
* HTML .pictureHolder .top
{
	padding: 0 20px;
}
.pictureHolder .top .left
{
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
}
.pictureHolder .top .middle
{
	position: absolute;
	left: 20px;
	right: 20px;
	height: 20px;
}
* HTML .pictureHolder .top .middle
{
	position: static;
}
.pictureHolder .top .right
{
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 20px;
	height: 20px;
}
.pictureHolder .content
{
	position: relative;
	text-align: left;
	width: 100%;
	height: 40px;
}
.pictureHolder .content .details
{
	display: none;
	margin: 10px 15px 0 20px;
}
.pictureHolder .content .details P.description
{
	display: none;
	float: left;
	margin: 0;
}
.pictureHolder .content .details .nav
{
	float: left;
	margin: 4px 0 0;
}
.pictureHolder .content .details .nav P
{
	float: left;
	margin: 0 4px;
}
.pictureHolder .content .details .nav A.arrow_previous, .pictureHolder .content .details .nav A.arrow_next
{
	float: left;
	display: block;
	width: 8px;
	height: 9px;
	text-indent: -10000px;
	margin-top: 4px;
}
.pictureHolder .content .details .nav A.disabled
{
	background-position: 0 -10px;
	cursor: default;
}
.pictureHolder .content .hoverContainer
{
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
}
.pictureHolder .content A.next
{
	position: relative;
	z-index: 2000;
	display: block;
	float: right;
	text-indent: -10000px;
	width: 49%;
	height: 100%;
	background: url(../img/prettyPhoto/btnNext.gif) no-repeat 10000px 50%;
}
.pictureHolder .content A.previous
{
	cursor: pointer;
	display: block;
	text-indent: -10000px;
	width: 49%;
	height: 100%;
	background: url(../img/prettyPhoto/btnNext.gif) no-repeat 10000px 50%;
}
.pictureHolder .content A.expand, .pictureHolder .content A.contract
{
	position: absolute;
	z-index: 20000;
	top: 10px;
	right: 30px;
	cursor: pointer;
	display: none;
	text-indent: -10000px;
	width: 20px;
	height: 20px;
}
.pictureHolder .content A.close
{
	float: right;
	display: block;
	text-indent: -10000px;
}
.pictureHolder .bottom
{
	position: relative;
	height: 20px;
}
* HTML .pictureHolder .bottom
{
	padding: 0 20px;
}
.pictureHolder .bottom .left
{
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
}
.pictureHolder .bottom .middle
{
	position: absolute;
	left: 20px;
	right: 20px;
	height: 20px;
}
* HTML .pictureHolder .bottom .middle
{
	position: static;
}
.pictureHolder .bottom .right
{
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 20px;
	height: 20px;
}
.pictureHolder .loaderIcon
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
	width: 24px;
	height: 24px;
}
.pictureHolder #fullResImageContainer
{
	width: 100%;
	text-align: center;
}
.prettyPhotoTitle
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	color: #FFF;
	font-size: 13px;
}
.prettyPhotoTitle .prettyPhotoTitleLeft, .prettyPhotoTitle .prettyPhotoTitleRight
{
	float: left;
	width: 19px;
	height: 23px;
	overflow: hidden;
}
.prettyPhotoTitle .prettyPhotoTitleContent
{
	float: left;
	line-height: 23px;
}

