/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#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;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.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-color:#FFF !important; }
#colorbox{}
	#cboxContent{margin-top:32px; overflow:visible; position:absolute; top:0; left:40px;  }
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#FFF; padding:1px;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#FFF;}
        #cboxTitle{position:absolute; top:-19px; left:20px; color:#868686; font-size: 12px; letter-spacing: 1px; font-family: Arial, Helvetica, sans-serif;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxPrevious, #cboxClose{text-indent:-9999px; width:27px; height:27px; position:absolute; top:2px; background:url(../../../img/btn_close.png) 0 0 no-repeat; }
        #cboxPrevious, #cboxNext {text-indent:-9999px; width:27px; height:27px; position:absolute; top:220px;}
        #cboxPrevious{background: url(../../../img/arrow_l_left.png) 0 0 no-repeat; left:-40px;}
        #cboxPrevious, #cboxClose, #cboxNext { cursor: pointer; }
        #cboxNext{background:url(../../../img/arrow_l_right.png) 0 0 no-repeat; right:-40px;}
        #cboxClose{background:url(../../../img/btn_close.png) 0 0 no-repeat; right: -40px; }
        .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;}


/* addon */
        #cboxExtra { position: absolute; top: -17px; right: 5px; }

        #cboxExtra ul.detail li            { float: left; margin-left: 10px; list-style:none; }
        #cboxExtra ul.detail li a          { display:block;  background:url(../../../img/nav_detail.png) no-repeat;  text-indent:-9999px; margin:0; padding:0; overflow:hidden; }
        #cboxExtra ul.detail li.detail_1 a { background-position:     0 0; width:45px; height:12px; }
        #cboxExtra ul.detail li.detail_2 a { background-position: -54px 0; width:40px; height:12px; }
        #cboxExtra ul.detail li.detail_3 a { background-position: -99px 0; width:62px; height:12px; }
								#cboxExtra ul.detail li.detail_4 a { background-position: -99px 0; width:62px; height:12px; }
        #cboxExtra ul.detail li.detail_1 a:hover { background-position:   0   -16px; }
        #cboxExtra ul.detail li.detail_2 a:hover { background-position: -54px -16px; }
        #cboxExtra ul.detail li.detail_3 a:hover { background-position: -99px -16px; }
								#cboxExtra ul.detail li.detail_4 a:hover { background-position: -99px -16px; }
        #cboxExtra ul.detail li.detail_1.on a    { background-position:   0   -16px; }
        #cboxExtra ul.detail li.detail_2.on a    { background-position: -54px -16px; }
        #cboxExtra ul.detail li.detail_3.on a    { background-position: -99px -16px; }
        #cboxExtra ul.detail li.detail_4.on a    { background-position: -99px -16px; }