/*
    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;}
#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%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{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:#000; 
	opacity: 0.7 !important;
	filter: alpha(opacity=60) !important;
}
#colorbox{}
#cboxTopLeft{width:0;}
#cboxTopCenter{height:0;}
#cboxTopRight{width:0;}
#cboxBottomLeft{width:0;}
#cboxBottomCenter{height:0;}
#cboxBottomRight{width:0;}
#cboxMiddleLeft{width:0; height: 519px;}
#cboxMiddleRight{width:0; height: 519px;}
#cboxContent{
	height: 519px;
	background: 0; 
	overflow: visible;
}
.cboxIframe{
	background:0;
}
#cboxError{}
#cboxLoadedContent{height: 519px;}
#cboxLoadingOverlay{}
#cboxLoadingGraphic{}
#cboxTitle{display:none;}
#cboxCurrent{display:none;}

#cboxClose{
	position: absolute; 
	top: 8px; 
	right: 8px;
	background:url(btn-close.png) no-repeat 0 0; 
	width: 20px; 
	height: 20px; 
	text-indent: -9999px;
}
#cboxClose:hover{
	background-position: left bottom;
}