/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#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;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/

/* main theme */
#cboxOverlay{background:#fff;}
#colorbox{}
    #cboxTopLeft{width:25px; height:25px; background:url(/images/colorbox/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(/images/colorbox/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(/images/colorbox/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(/images/colorbox/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(/images/colorbox/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(/images/colorbox/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(/images/colorbox/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(/images/colorbox/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:0px;}
        #cboxLoadingOverlay{background:#fff url(/images/colorbox/loading.gif) no-repeat 5px 5px;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
  The following fixes a problem where IE7+ replaces a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.
*/
.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/colorbox/internet_explorer/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(/images/colorbox/internet_explorer/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(/images/colorbox/internet_explorer/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(/images/colorbox/internet_explorer/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(/images/colorbox/internet_explorer/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(/images/colorbox/internet_explorer/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(/images/colorbox/internet_explorer/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(/images/colorbox/internet_explorer/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')");
}

				
/* theme 2 */
#colorbox.theme2, #cboxOverlay.theme2, .theme2 #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay.theme2{position:fixed; width:100%; height:100%;}
.theme2 #cboxMiddleLeft, .theme2 #cboxBottomLeft{clear:left;}
.theme2 #cboxContent{position:relative;}
.theme2 #cboxLoadedContent{overflow:auto;}
.theme2 #cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
.theme2 #cboxTitle{margin:0;}
.theme2 #cboxLoadingOverlay, .theme2 #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
.theme2 #cboxClose, .theme2 #cboxSlideshow{cursor:pointer;}

#cboxOverlay.theme2{background:#fff;}

#colorbox.theme2{}
    .theme2 #cboxTopLeft{width:15px; height:15px; background:url(/images/colorbox/colorbox_bgB.png) no-repeat 0 0;}
    .theme2 #cboxTopCenter{height:15px; background:url(/images/colorbox/colorbox_bgB2.png) repeat-x 0 0;}
    .theme2 #cboxTopRight{width:16px; height:15px; background:url(/images/colorbox/colorbox_bgB.png) no-repeat -84px 0;}
    .theme2 #cboxBottomLeft{width:15px; height:16px; background:url(/images/colorbox/colorbox_bgB.png) no-repeat 0 -84px;}
    .theme2 #cboxBottomCenter{height:16px; background:url(/images/colorbox/colorbox_bgB2.png) repeat-x 0 -84px;}
    .theme2 #cboxBottomRight{width:16px; height:16px; background:url(/images/colorbox/colorbox_bgB.png) no-repeat -84px -84px;}
    .theme2 #cboxMiddleLeft{width:15px; background:url(/images/colorbox/colorbox_bgB1.png) repeat-y 0 0px;}
    .theme2 #cboxMiddleRight{width:16px; background:url(/images/colorbox/colorbox_bgB1.png) repeat-y -84px 0;}
    .theme2 #cboxContent{background:#fff; overflow:hidden;}
        .theme2 #cboxLoadedContent{margin-bottom:0px;}
        .theme2 #cboxClose{text-indent:1px; width:auto; height:auto; position:absolute; top:-20px; background:none;}
        .theme2 #cboxLoadingOverlay{background:#fff;}
        .theme2 #cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) center center no-repeat;}
        .theme2 #cboxClose{position:absolute; top:20px; right:5px; display:block; background:url(/images/colorbox/close_button.png) top center no-repeat; width:20px; height:20px; text-indent:-9999px;}
        .theme2 #cboxClose.hover{background-position:bottom center;}
