/*
    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-color:#000000;}

#colorbox{background:#fff; border:4px solid #525252;}
#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:20px; padding-top:0px;
	color:#666666; font:12px Arial,Helvetica,sans-serif;
}
#cboxLoadedContent{margin-bottom:5px;}
#cboxTitle{position:absolute; bottom:0px; left:210px; right:210px; color:black; text-align:center; font-weight:bold;}
#cboxCurrent{position:absolute; bottom:0px; left:0;}
#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#1B6697;}
#cboxPrevious{position:absolute; bottom:0px; left:90px; color:#666666; text-decoration:underline;}
#cboxNext{position:absolute; bottom:0px; left:145px; color:#666666; text-decoration:underline;}
#cboxLoadingOverlay{background:url(../design/loading.gif) 5px 5px no-repeat #fff;}
#cboxClose{position:absolute; bottom:0; right:0px; display:block; color:#666666; text-decoration:underline;}

#cboxLoadedContent {
	border-color:#666666 #CCCCCC #CCCCCC #666666;
	border-right:1px solid #CCCCCC;
	border-style:solid;
	border-width:1px;
}

