div.pictureHolder .top .left
{
	background: url(../imageset/prettyPhoto/tl.gif) top left no-repeat;
}
div.pictureHolder .top .middle
{
	background: #fff;
}
div.pictureHolder .top .right
{
	background: url(../imageset/prettyPhoto/tr.gif) top left no-repeat;
}
div.pictureHolder .content
{
	background-color: #fff;
}
div.pictureHolder .content a.next:hover
{
	background: url(../imageset/prettyPhoto/btnNext.gif) center right no-repeat;
	cursor: pointer;
}
div.pictureHolder .content a.previous:hover
{
	background: url(../imageset/prettyPhoto/btnPrevious.gif) center left no-repeat;
	cursor: pointer;
}
div.pictureHolder .content a.expand
{
	background: url(../imageset/prettyPhoto/btnExpand.gif) top left no-repeat;
	cursor: pointer;
}
div.pictureHolder .content a.expand:hover
{
	background: url(../imageset/prettyPhoto/btnExpand.gif) bottom left no-repeat;
	cursor: pointer;
}
div.pictureHolder .content a.contract
{
	background: url(../imageset/prettyPhoto/btnContract.gif) top left no-repeat;
	cursor: pointer;
}
div.pictureHolder .content a.contract:hover
{
	background: url(../imageset/prettyPhoto/btnContract.gif) bottom left no-repeat;
	cursor: pointer;
}
div.pictureHolder .content a.close
{
	background: url(../imageset/prettyPhoto/btnClose.gif) center left no-repeat;
	cursor: pointer;
	height: 22px;
	width: 61px;
}
div.pictureHolder .bottom .left
{
	background: url(../imageset/prettyPhoto/bl.gif) top left no-repeat;
}
div.pictureHolder .bottom .middle
{
	background: #fff;
}
div.pictureHolder .bottom .right
{
	background: url(../imageset/prettyPhoto/br.gif) top left no-repeat;
}
div.pictureHolder .loaderIcon
{
	background: url(../imageset/prettyPhoto/loader.gif) center center no-repeat;
}
div.prettyPhotoTitle div.prettyPhotoTitleLeft
{
	background: url(../imageset/prettyPhoto/ttl.gif) top left no-repeat;
}
div.prettyPhotoTitle div.prettyPhotoTitleRight
{
	background: url(../imageset/prettyPhoto/ttr.gif) top left no-repeat;
}
div.prettyPhotoTitle div.prettyPhotoTitleContent
{
	background: url(../imageset/prettyPhoto/ttp.gif) top left repeat-x;
}

/* Do not change below */
div.prettyPhotoOverlay
{
	background: #000;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
}
div.pictureHolder
{
	position: absolute;
	width: 100px;
	z-index: 10000;
}
div.pictureHolder .top
{
	height: 20px;
	position: relative;
}
* html div.pictureHolder .top
{
	padding: 0 20px;
}
div.pictureHolder .top .left
{
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}
div.pictureHolder .top .middle
{
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}
* html div.pictureHolder .top .middle
{
	position: static;
}
div.pictureHolder .top .right
{
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
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 div.hoverContainer
{
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10000;
}
div.pictureHolder .content a.next
{
	background: url(../imageset/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.previous
{
	background: url(../imageset/prettyPhoto/btnNext.gif) 10000px 50% no-repeat;
	cursor: pointer;
	display: block;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}
div.pictureHolder .content a.expand,div.pictureHolder .content a.contract
{
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000;
}
div.pictureHolder .content a.close
{
	display: block;
	float: right;
	text-indent: -10000px;
}
div.pictureHolder .bottom
{
	height: 20px;
	position: relative;
}
* html div.pictureHolder .bottom
{
	padding: 0 20px;
}
div.pictureHolder .bottom .left
{
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}
div.pictureHolder .bottom .middle
{
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}
* html div.pictureHolder .bottom .middle
{
	position: static;
}
div.pictureHolder .bottom .right
{
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
div.pictureHolder .loaderIcon
{
	display: none;
	height: 24px;
	left: 50%;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	width: 24px;
}
div.pictureHolder #fullResImageContainer
{
	text-align: center;
	width: 100%;
}


div.prettyPhotoTitle
{
	color: #fff;
	display: none;
	font-size: 13px;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 9999;
}
div.prettyPhotoTitle div.prettyPhotoTitleLeft,div.prettyPhotoTitle div.prettyPhotoTitleRight
{
	float: left;
	height: 23px;
	overflow: hidden;
	width: 19px;
}
div.prettyPhotoTitle div.prettyPhotoTitleContent
{
	float: left;
	line-height: 23px;
}