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

	div.pictureHolder .top .left { background: none; } /* Top left corner */
	div.pictureHolder .top .middle { background: none; } /* Top pattern/color */
	div.pictureHolder .top .right { background: none; } /* Top right corner */
	
	div.pictureHolder .content { background-color: none; } /* Content background */
	div.pictureHolder .content a {outline-color: -moz-use-text-color; outline-style: none; outline-width: medium;}
	div.pictureHolder .content a.next:hover { background: url(../images/nextlabel2.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.pictureHolder .content a.previous:hover { background: url(../images/prevlabel2.png) center left no-repeat; cursor: pointer; } /* Previous button */

	div.pictureHolder .content a.expand {margin-right: 35px; margin-top:10px; background: url(../images/but_scale.gif) top left no-repeat; cursor: pointer; } /* Expand button */
	div.pictureHolder .content a.expand:hover {margin-right: 35px; margin-top: 10px;background: url(../images/but_scale.gif) bottom left no-repeat; cursor: pointer; } /* Expand button hover */
	div.pictureHolder .content a.contract {margin-right: 35px;  margin-top: 9px;background: url(../images/but_full.gif) top left no-repeat; cursor: pointer; } /* Contract button */
	div.pictureHolder .content a.contract:hover {margin-right: 35px;  background: url(../images/but_full.gif) bottom left no-repeat; cursor: pointer; } /* Close button */
	div.pictureHolder .content a.close { width: 23px; height: 43px; background: url(../images/closelabel.png) center left no-repeat; cursor: pointer; } /* Close button */
	div.pictureHolder .content a.close:hover { width: 23px; height: 43px; background: url(../images/closelabel2.png) center left no-repeat; cursor: pointer; } /* Close button */

	div.pictureHolder .content a.play { display: none; width: 60px; height: 14px; background: url(../images/prettyPhoto/slideshow_play.png) center left no-repeat; cursor: pointer; text-decoration: none;} /* Play button */
	div.pictureHolder .content a.play:hover {text-decoration: none;} 
	div.pictureHolder .bottom .left { background: none;  } /* Bottom left corner */
	div.pictureHolder .bottom .middle { background: none;  } /* Bottom pattern/color */
	div.pictureHolder .bottom .right { background: none;  } /* Bottom right corner */
	
	div.pictureHolder .loaderIcon { background: url(../images/prettyPhoto/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.prettyPhotoTitle div.prettyPhotoTitleLeft { background: url(../images/prettyPhoto/ttl.gif) top left no-repeat; }
	div.prettyPhotoTitle div.prettyPhotoTitleRight { background: url(../images/prettyPhoto/ttr.gif) top left no-repeat; }
	div.prettyPhotoTitle div.prettyPhotoTitleContent { background: url(../images/prettyPhoto/ttp.gif) top left repeat-x; }
	:focus
	{
		-moz-outline-style: none;
    }
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.prettyPhotoOverlay{background:#163851;position:absolute;top:0;left:0;z-index:9500;width:100%}div.pictureHolder{position:absolute;z-index:10000;width:100px}div.pictureHolder .top{position:relative;height:2px}* html div.pictureHolder .top{padding:0 20px}div.pictureHolder .top .left{position:absolute;left:0;width:20px;height:20px}div.pictureHolder .top .middle{position:absolute;left:20px;right:20px;height:20px}* html div.pictureHolder .top .middle{position:static}div.pictureHolder .top .right{position:absolute;top:0;left:auto;right:0;width:20px;height:20px}div.pictureHolder .content{position:relative;text-align:left;width:100%;height:40px}div.pictureHolder .content .details{display:none;margin:10px 15px 0 20px}div.pictureHolder .content .details p{float:left;clear:left;margin:0}div.pictureHolder .content div.hoverContainer{position:absolute;z-index:10000;top:0;left:0;width:100%; margin-top: 40px; }div.pictureHolder .content a.next{position:relative;z-index:2000;display:none;float:right;text-indent:-10000px;width:49%;height:100%;background:url(../images/nextlabel.png) right center no-repeat}div.pictureHolder .content a.previous{cursor:pointer;display:none;text-indent:-10000px;width:49%;height:100%;background:url(../images/prevlabel.png) left center no-repeat}div.pictureHolder .content a.expand,div.pictureHolder .content a.contract{position:absolute;z-index:20000;top:10px;right:35px;cursor:pointer;display:none;text-indent:-10000px;width:25px;height:25px}div.pictureHolder .content a.close{float:right;display:block;text-indent:-10000px}div.pictureHolder .bottom{position:relative;height:2px}* html div.pictureHolder .bottom{padding:0 20px}div.pictureHolder .bottom .left{position:absolute;left:0;width:20px;height:2px}div.pictureHolder .bottom .middle{position:absolute;left:20px;right:20px;height:2px}* html div.pictureHolder .bottom .middle{position:static}div.pictureHolder .bottom .right{position:absolute;top:0;left:auto;right:0;width:20px;height:2px}div.pictureHolder .loaderIcon{display:none;position:absolute;top:50%;left:50%;margin:-12px 0 0 -12px;width:24px;height:24px}div.pictureHolder #fullResImageContainer{width:100%;text-align:center}div.prettyPhotoTitle{display:none;position:absolute;top:0;left:0;z-index:9999;color:#fff;font-size:13px}div.prettyPhotoTitle div.prettyPhotoTitleLeft,div.prettyPhotoTitle div.prettyPhotoTitleRight{float:left;width:19px;height:23px;overflow:hidden}div.prettyPhotoTitle div.prettyPhotoTitleContent{float:left;line-height:23px}