/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#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:visible;}
#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
    These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
    in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:#71B7CA;}

#colorbox{}
    #cboxContent{background:#C9E1A2; margin-top:20px;}
        #cboxBottomCenter{height:30px; background:#D6EAB7;}
        #cboxLoadedContent{background:#D6EAB7; padding:10px 10px 50px 10px;}
                #cboxTitle{position:absolute; bottom:10px; background:#D6EAB7; border:1px solid #A2B783; left:5px; right:5px; padding:5px; color:#333;}
                #cboxCurrent{position:absolute; bottom:-12px; padding: 5px; right:10px; color:#92A673; font-size:75%;}
                #cboxSlideshow{position:absolute; top:-22px; right:45px; color:#498191; font-weight:bold; font-variant:small-caps; font-size:18px;}
                #cboxPrevious{position:absolute; top:50%; left:0; margin-top:-41px; background-image: url(data:image/gif); width:49%; height:100%; text-indent:-9999px;}
                #cboxPrevious.hover{background-position:bottom left; background:url(images/prev_simpleconstruct.png) top left no-repeat;}
                #cboxNext{position:absolute; top:50%; right:0; margin-top:-41px; background-image: url(data:image/gif); width:49%; height:100%; text-indent:-9999px;}
                #cboxNext.hover{background-position:bottom right; background:url(images/next_simpleconstruct.png) top right no-repeat;}
                #cboxLoadingOverlay{background:#D6EAB7;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:-22px; right:5px; display:block; background:#D6EAB7 url(images/close.png) center center no-repeat; width:22px; height:25px; padding:2px; text-indent:-9999px;}
        #cboxClose.hover{/*background-position:bottom center;*/}