/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#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; overflow:visible;}
#cboxLoadedContent{overflow:auto; /*width:0; height:0;*/}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
	ColorBox example user style
	These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:#fff;}

#colorbox{background:#fff; border:1px solid #3C4A79;}
#cboxWrapper {}

#cboxTopLeft{width:15px; height:15px;}
#cboxTopCenter{height:15px;}
#cboxTopRight{width:15px; height:15px;}
#cboxBottomLeft{width:15px; height:10px;}
#cboxBottomCenter{height:10px;}
#cboxBottomRight{width:15px; height:10px;}
#cboxMiddleLeft{width:15px;}
#cboxMiddleRight{width:15px;}

#cboxContent{background:#fff; padding-bottom:60px; padding-top:30px;}
#cboxLoadedContent{margin-bottom:5px;}
#cboxTitle{text-align:center; width:100%;}
#cboxCurrent{position:absolute; bottom:0px; left:100px; right:100px; text-align:center;}
#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#1B6697;}
#cboxPrevious{position:absolute; bottom:0px; left:0; color:#1B6697;}
#cboxNext{position:absolute; bottom:0px; right:0px; color:#1B6697;}
#cboxLoadingOverlay{background:url(../design/loading.gif) 5px 5px no-repeat #fff;}
#cboxClose{position:absolute; top:0; right:0px; display:block; color:#1B6697;}
