/*
    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: hidden;}
#cboxLoadedContent{overflow: hidden;}
#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:#F2F4E8;}

#colorBox{}
	#cboxTopLeft{width:27px; height:27px; background:url(../cssImages/borderTopLeft.png) 0 0 no-repeat;}
	#cboxTopCenter{height:27px; background:url(../cssImages/borderTopCenter.png) 0 0 repeat-x;}
	#cboxTopRight{width:27px; height:27px; background:url(../cssImages/borderTopRight.png) 0 0 no-repeat;}
	#cboxBottomLeft{width:27px; height:27px; background:url(../cssImages/borderBottomLeft.png) 0 0 no-repeat;}
	#cboxBottomCenter{height:27px; background:url(../cssImages/borderBottomCenter.png) 0 0 repeat-x;}
	#cboxBottomRight{width:27px; height:27px; background:url(../cssImages/borderBottomRight.png) 0 0 no-repeat;}
	#cboxMiddleLeft{width:27px; background:url(../cssImages/borderMiddleLeft.png) 0 0 repeat-y;}
	#cboxMiddleRight{width:27px; background:url(../cssImages/borderMiddleRight.png) 0 0 repeat-y;}
	#cboxContent{background:#fff;}
            #cboxLoadedContent{padding-bottom:0px; margin: 10px 10px 0px 10px;}
            #cboxTitle{position:absolute; top:0px; left:109px; height:36px; color:#000; font-weight:bold;}
            #cboxCurrent{position:absolute; top:0px; left:100px; color:#999; visibility:hidden;}
            #cboxSlideshow{position:absolute; top:0px; right:42px; color:#444;}
            #cboxPrevious{position:absolute; top:0px; left:5px;}
            #cboxNext{position:absolute; top:0px; left:57px;}
            #cboxLoadingOverlay{background:url(../cssImages/loading.gif) 5px 5px no-repeat #fff;}
            #cboxClose{position:absolute; top:0; right:0; display:block; color:#444;}
			#cboxClose {background:url(../cssImages/close.jpg); height:36px; width:36px;}
			.chooseSkin {background:url(../cssImages/modalChoose.jpg); height:36px; width:182px; display:block; cursor:pointer; cursor:hand; position:absolute; top:0px; left:-1px;}
			#cboxPrevious {background:url(../cssImages/modalPrev.jpg); height:40px; width:52px; background-color:#fff; background-repeat:no-repeat;}
			#cboxNext {background:url(../cssImages/modalNext.jpg); height:40px; width:56px;background-color:#fff; background-repeat:no-repeat;}
