/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay{ left: 0; position: absolute; top: 0; z-index: 9999;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;max-width: none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{ height: auto !important; width: auto !important; background: none repeat scroll 0 0 #FFFFFF; }
#cboxWrapper{width: auto !important; height: auto !important;}
#cboxContent{}
.cboxIframe{background:#fff;}
#cboxWrapper h3{color: #E01F2C; font-family: Segoe UI; font-size: 18px; font-weight: normal; position: absolute; top: 22px; line-height: 21px; left: 18px;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background: none repeat scroll 0 0 #FFFFFF; padding: 70px 18px 100px; }
#cboxLoadedContent img { max-width: 720px; border: 2px solid #FFFFFF; box-shadow: 0 2px 7px 0 #C0C0C0;}
#cboxTitle{bottom: 30px; color: #666666; display: block; font-size: 13px; height: 65px; left: 0; line-height: 16px; margin: 0; overflow: hidden; padding: 0 18px 2px; position: absolute;}
#cboxCurrent{  color: #666666; position: absolute; left:135px; bottom: -5px;}
#cboxPrevious:hover{opacity: 1; filter: alpha(opacity=100);}
#cboxNext:hover{opacity: 1; filter: alpha(opacity=100);}
#cboxLoadingOverlay{background:#ffffff;}
#cboxLoadingGraphic{background:url(../etc/ajax-loader.gif) no-repeat center center;}
#cboxClose:hover{background-position: -965px -7px;}
.cboxSlideshow_on #cboxSlideshow{background-position: -669px -243px !important; color: transparent; height: 35px; width: 36px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-669px -207px !important;}
.cboxSlideshow_off #cboxSlideshow{background-position: -708px -243px !important; color: transparent; height: 35px; width: 36px; border: 0px solid transparent;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-709px -207px !important;}
#cboxPrevious2:hover{clear: both;background-position:-749px -212px !important;}
#cboxNext2:hover{background-position:-779px -212px !important;}
#cboxTopLeft,
#cboxTopRight,
#cboxTopCenter,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight{#display: none !important;}
        