/*
    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;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:25px; left:25px; width:1000px;}
#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{padding:0;}
    #cboxContent{ padding:0 0px 0px; }
	
        #cboxLoadedContent{padding:0px; border:solid 15px #fff; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; bottom :5px; right:34px; color:#101010;display:none !important;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#101010;}
        #cboxPrevious{position:absolute; top:50%; left:0px; margin-top:-100px; width:50px; height:200px; text-indent:-9999px;_zoom:1;}
       /* #cboxPrevious.hover{ background:url(/shared/images/control_l.gif) no-repeat center left;}*/
        #cboxNext{position:absolute; top:50%; right:0px; margin-top:-100px;  width:50px; height:200px; text-indent:-9999px; _zoom:1;}
       /* #cboxNext.hover{background:url(../img/control_r.gif) no-repeat center right;}*/
        #cboxLoadingOverlay{}
        #cboxLoadingGraphic{background:url(../img/loader_01.gif) no-repeat center center; width:100%;height:100%;}
        #cboxClose{position:absolute; top:15px; right:15px; display:block; background:url(../img/close.gif) no-repeat top left; width:70px; height:20px; text-indent:-9999px;display:none;}


      /*  #cboxClose.hover{background-position:bottom center;}*/

