#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999999999999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#cboxLoadedContent .cboxPhoto{width:100%; height:auto; display:block;}
#cboxOverlay{background:url(images/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
    #cboxLoadedContent{margin-bottom:58px;}
    #cboxTitle{width:100%; color:#949494; position:absolute; bottom:58px; left:0; background:#ddd; line-height:normal;}
	#cboxTitle h4{margin:0; padding:0; color:#666;}
	#cboxvtem_popup_slideshow{position:absolute; bottom:0; left:0; width:100%; display:block;}
	#cboxcontrol{width:440px; height:52px; background:url(images/slideshow_control.gif) no-repeat; margin:0 auto; line-height:52px;_height:42px;_line-height:40px;}
    #cboxCurrent{color:#999; float:left; padding-left:20px; width:120px; line-height:25px; margin-top:13px;}
    #cboxSlideshow{ color:#0092ef; float:left;text-indent:-9999px; width:52px; height:52px;}
    .cboxSlideshow_off #cboxSlideshow{background:url(images/slideshow_control.gif) -193px -53px no-repeat;margin-left:3px;}
    #cboxPrevious{float:left; width:50px; height:25px; text-indent:-9999px; margin-top:13px;}
    #cboxPrevious:hover{background:url(images/slideshow_control.gif) -140px -66px no-repeat;}
    #cboxNext{float:right;width:50px; height:25px; margin-top:13px;text-indent:-9999px;}
    #cboxNext:hover{ background:url(images/slideshow_control.gif) -248px -66px no-repeat;}
    #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
    #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
    #cboxClose{ float:right; padding-right:42px; width:100px; height:25px; color:#999; text-align:right; margin-top:13px;line-height:25px;}
    #cboxClose:hover{background:url(images/slideshow_control.gif) -298px -66px no-repeat; }


.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
