/*
    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:9999999; overflow:hidden;}
#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, #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;}

/* 
    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.
*/
#cboxCloseBTN{
	background-color: #F00;
	height: 15px;
	width: 15px;
	position: absolute;
	z-index: 9999999;
	left: 50%;
}
#cboxOverlay{
	background-attachment: scroll;
	background-color: #000;
	background-image: url(../../../images/gallery_close.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#colorbox{ box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.62); }
        #cboxClose{
	right:0;
	background-position:-100px -25px;
	background-color: #0F0;
	z-index: 99999999;
}
        #cboxClose:hover{background-position:-100px 0px;}