/*
    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; display:none;}
#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.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxContent{margin-top:32px;}
        #cboxLoadedContent{background:#fff; padding:1px; border:6px solid #999; padding-top:45px; padding-bottom:5px;}
        #cboxLoadingGraphic{background:url(//cachemd.cdnhost2000xl.com/images/colorbox2/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:transparent;}
        #cboxTitle{position:absolute; font-size:20px; top:15px; left:15px; color:#666;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:30px; height:30px; position:absolute; top:10px; background:url(//cachemd.cdnhost2000xl.com/images/colorbox2/controls.png) no-repeat 0 0;}
        
        #cboxPrevious{background-position:-3px -2px; right:80px;}
        #cboxPrevious.hover{background-position:-3px -39px;}

        #cboxNext{background-position:-41px -2px; right:50px;}
        #cboxNext.hover{background-position:-41px -39px;}

        #cboxClose{background-position:-79px -2px; right:10px;}
        #cboxClose.hover{background-position:-79px -39px;}

        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}


.attach_box #cboxLoadedContent{ padding:30px 1px 1px; } 
.attach_box #cboxClose { top:6px; right:8px; text-indent:-40px; padding-top:7px; text-decoration:underline; color:#555; font-size:14px; }
.attach_box #cboxClose.hover { color:#000; }

/* CUSTOM!!!! */
#ratings_overlay {
    position:absolute;
    top:50px;
    left:10px;
    width:150px;
    height:20px;
    z-index:10000;
    text-align:center;
    color:#666;
}

/*---------- Flirtbox -----------*/

.cbox_flirt #cboxLoadedContent { background:transparent; border:none;  }
.cbox_flirt #cboxClose { top: 16px; right: 10px; }
