/*
    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;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#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;}

/* 
    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:url(../img/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
#cboxContent .wall {overflow: hidden;position: relative;width: 554px;height: 340px}
#cboxContent .wall h2 {position: absolute;top: 20px;left: 30px;margin: 0}
#cboxContent .wall h2 img {top: 0;left: 0}
#cboxContent .wall img {position: absolute;top: 57px;left: 70px}
#cboxContent .coffee {overflow: hidden;position: relative;width: 554px;height: 340px}
#cboxContent .coffee h2 {position: absolute;top: 20px;left: 30px;margin: 0}
#cboxContent .coffee h2 img {top: 0;left: 0}
#cboxContent .coffee img {position: absolute;top: 57px;left: 70px}
#cboxContent .player {width: 560px;padding: 60px 0 0 37px}
#cboxTitle .thumbs {position: relative;top: -15px;_top: 0}
#cboxTitle .thumbs img {border: 2px solid #fff;margin: 0 10px}
#cboxTitle .thumbs .active img {border: 2px solid #ff9e21}
#cboxTitle a.res {text-decoration: none;display: block;margin: 4px 0 6px;height: 19px;line-height: 19px;width: 85px;background: url('../img/resolution.png') no-repeat 50% 0;font-size: 10px;color: #ff9e21}
#cboxTitle a.res:hover {color: #fff}
#cboxTitle .col1 {width: 85px;float: left;margin: 0 10px}
#cboxTitle .col2 {width: 85px;float: left;margin: 0 10px}
#cboxTitle .col3 {width: 85px;float: left;margin: 0 10px}
        #cboxContent{background:url('../img/colorbox/fancy-bg.png') no-repeat;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:10px; left:150px; text-align:center; color:#949494;}
        #cboxCurrent{display: none !important}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; top:200px; left:-15px; background:url(../img/colorbox/to-left.png) 0 0px no-repeat; width:45px; height:45px; text-indent:-9999px;}
        #cboxNext{position:absolute; top:200px; right:-15px; background:url(../img/colorbox/to-right.png) 0 0px no-repeat; width:45px; height:45px; text-indent:-9999px;}
        #cboxLoadingOverlay{background:url(../img/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../img/colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:-35px; right:25px; background:url(../img/colorbox/fancy-close.png) no-repeat 0 0; width:30px; height:35px; text-indent:-9999px;}



