/*
    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;}
#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{cursor:pointer;}

/* 
	ColorBox example user style
	The following 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:url(colorbox_images/overlay.png) 0 0 repeat;}

#colorbox{ border: 1px solid #fff; }
	#cboxTopLeft{width:7px; height:40px; background-color: #000; }
	#cboxTopCenter{height:40px; background-color: #000;}
	#cboxTopRight{width:7px; height:40px; background-color: #000;}

	#cboxBottomLeft{width:7px; height:9px; background-color: #000;}
	#cboxBottomCenter{height:9px; background-color: #000;}
	#cboxBottomRight{width:7px; height:9px; background-color: #000; }
	
	#cboxMiddleLeft{width:7px; background-color: #000;}
	#cboxMiddleRight{width:7px; background-color: #000;}
	#cboxContent{background:#fff;}
		#cboxLoadedContent{margin-bottom:0;}
                #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
                #cboxCurrent{position:absolute; bottom:0px; left:58px; font-weight:bold; color:#7C7C7C;}
                
		#cboxClose, #cboxMove {position:absolute; top:-30px; background:url(colorbox_images/controls.png) 0px 0px no-repeat; width:66px; height:22px; text-indent:-9999px;}
		#cboxClose{right:10px; background-position:-59px 0px;}
		#cboxClose.hover{background-position:-59px -22px;}
		#cboxMove{right:80px; cursor: move; background-position:-59px -44px;}
		#cboxLink {position:absolute; top:-25px; left:280px; color:#C6C6C6; font-weight:bold; background:none; width:500px; height:22px; }
		#cboxLink a { color:#9FB6E7 }
		#cboxLink a:hover { color:#3263C9 }

