/*
    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:visible !important;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    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:#111111;
	filter:alpha(opacity=40) !important;
	-moz-opacity:0.4  !important;
	-khtml-opacity: 0.4  !important;
	opacity: 0.4  !important;
}



#cboxContent{
	background:#fff;
	padding: 0; 
	color: #000;
	box-shadow:0 0 60px 15px #000000;
	-moz-box-shadow:   0 0 60px 15px #000000;
	-webkit-box-shadow: 0 0 60px 15px #000000;
}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:url(../../image/load_animation/ajax-loader.gif) no-repeat center center #F6F6F6;}

#cboxClose{
	background: transparent url(../../image/cbox/sprite_popup.png) no-repeat -176px -76px;
	color: #444444;
    display: block;
    height: 37px;
    position: absolute;
    right: -18px;
    text-indent: -2000px;
    top: -18px;
    width: 37px;
    z-index: 9999;
}