/*
    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; overflow:hidden;box-sizing:content-box;}
#cboxOverlay{ z-index:8999}
#cboxOverlay{position:fixed; width:100%; height:100%; cursor:default}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; display:block; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

#colorbox ul{
	margin: 0;
	padding: 0;
}
#colorbox ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#colorbox h1{
	margin: 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:#000}
#colorbox{}
    #cboxTopLeft{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(../images/colorbox/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(../images/colorbox/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(../images/colorbox/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(../images/colorbox/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(../images/colorbox/border2.png) repeat-y -25px 0;}
    #cboxContent{overflow:hidden;
	background-color:#fff;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #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:#fff url(../images/colorbox/loading.gif) no-repeat 50% 50%;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

.design_custom #cboxTopLeft{
	width:18px;
	height:37px;
	background:url(../images/colorbox/pop_layer_header_bg.png) no-repeat top left;
}
.design_custom #cboxTopCenter{
	height:37px;
	background:url(../images/colorbox/pop_layer_header_bg.png) repeat-x 0 -37px;
}
.design_custom #cboxTopRight{
	width:13px;
	height:37px;
	background:url(../images/colorbox/pop_layer_header_bg.png) no-repeat bottom right;
}
.design_custom #cboxMiddleLeft{
	width:8px;
	background:url(../images/colorbox/pop_layer_contents_bg.png) repeat-y top left;
}
.design_custom #cboxContent{
	background-color:#fff;
}
.design_custom #cboxMiddleRight{
	width:2px;
	background:url(../images/colorbox/pop_layer_contents_bg.png?sad) repeat-y top right;
}
.design_custom #cboxBottomLeft{
	width:18px;
	height:22px;
	background:url(../images/colorbox/pop_layer_footer_bg.png) no-repeat top left;
}
.design_custom #cboxBottomRight{
	width:13px;
	height:22px;
	background:url(../images/colorbox/pop_layer_footer_bg.png) no-repeat bottom right;
}
.design_custom #cboxBottomCenter{
	height:22px;
	background:url(../images/colorbox/pop_layer_footer_bg.png) repeat-x 0 -22px;
}
.design_custom #cboxLoadedContent{
	padding:0 !important;
	margin:0 !important;
}

.design_custom #cboxClose{ visibility:hidden; background:none; display:none}

.design_false #cboxTopLeft, .design_false #cboxTopCenter, .design_false #cboxTopRight, .design_false #cboxMiddleLeft,.design_false #cboxMiddleRight, .design_false #cboxBottomLeft, .design_false #cboxBottomRight, .design_false #cboxBottomCenter{ width:0; background:none}

.design_false #cboxTopLeft, .design_false #cboxTopCenter, .design_false #cboxTopRight, .design_false #cboxBottomLeft, .design_false #cboxBottomRight, .design_false #cboxBottomCenter{ width:0; height:0; display:none; background:none}

.design_false #cboxWrapper{}
.design_false #cboxContent{margin-top:0px; background-color:transparent;}
.design_false #cboxLoadedContent {border:0; background-color:transparent;}
.design_false #cboxTitle{ display:none}
.design_false #cboxCurrent{ display:none}
.design_false #cboxSlideshow{ display:none}
.design_false #cboxPrevious{ display:none}
.design_false #cboxPrevious:hover{ display:none}
.design_false #cboxNext{ display:none;}
.design_false #cboxNext:hover{ display:none}
.design_false #cboxLoadingOverlay{ background:none; background-color:transparent}
.design_false #cboxLoadingGraphic{  visibility:hidden; background:none;}
.design_false #cboxClose{ visibility:hidden; background:none;}
.design_false #cboxClose:hover{ display:none}

.design_custom #cboxcbox_top_wrap{position: absolute; z-index: 1;}
.design_custom #cboxcbox_mid_wrap{position: absolute; z-index: 3; top: 37px;}
.design_custom #cboxcbox_foot_wrap{position: absolute; z-index: 2;}
