/* 
	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
*/

#modalBackgroundOverlay{background:#fff;}

#colorBox{}
	#borderTopLeft{width:27px; height:27px; background:url(../img/colorbox/borderTopLeft.png) 0 0 no-repeat;}
	#borderTopCenter{height:27px; background:url(../img/colorbox/borderTopCenter.png) 0 0 repeat-x;}
	#borderTopRight{width:27px; height:27px; background:url(../img/colorbox/borderTopRight.png) 0 0 no-repeat;}
	#borderBottomLeft{width:27px; height:27px; background:url(../img/colorbox/borderBottomLeft.png) 0 0 no-repeat;}
	#borderBottomCenter{height:27px; background:url(../img/colorbox/borderBottomCenter.png) 0 0 repeat-x;}
	#borderBottomRight{width:27px; height:27px; background:url(../img/colorbox/borderBottomRight.png) 0 0 no-repeat;}
	#borderMiddleLeft{width:27px; background:url(../img/colorbox/borderMiddleLeft.png) 0 0 repeat-y;}
	#borderMiddleRight{width:27px; background:url(../img/colorbox/borderMiddleRight.png) 0 0 repeat-y;}
	#modalContent{background:#fff; }
		#modalLoadedContent{margin-bottom:20px;}
			#contentTitle{display:none;}
			#contentCurrent{position:absolute; bottom:0px; left:65px; font-weight:bold; color:#999;}
			#contentPrevious{position:absolute; bottom:0px; left:0; font-weight:bold;}
			#contentNext{position:absolute; bottom:0px; left:110px; font-weight:bold;}
		#modalLoadingOverlay{background:url(../img/colorbox/loading.gif) 5px 5px no-repeat #fff;}
		#modalClose{position:absolute; bottom:0; right:0; display:block;  font-weight:bold;}
		#modalClose:hover{background-position:bottom left;}


/*
#modalBackgroundOverlay{background:#fff;}

#colorbox{}
        #modalContent{margin-top:32px;}
                #modalLoadedContent{background:#000; padding:2px;}
                        #contentTitle{position:absolute; top:-22px; left:0; color:#000; font-weight:bold;}
                        #contentCurrent{display:none;}
                        #contentPrevious{width:29px; height:32px; display:block; text-indent:-9999px; position:absolute; top:-32px; right:60px; background:url(../img/colorbox/buttons.png) left top no-repeat;}
                        #contentPrevious:hover{background-position:left bottom;}
                        #contentNext{width:29px; height:32px; display:block; text-indent:-9999px; position:absolute; top:-32px; right:28px; background:url(../img/colorbox/buttons.png) right top no-repeat;}
                        #contentNext:hover{background-position:right bottom;}
                #modalLoadingOverlay{background:url(../img/colorbox/loading.gif) center center no-repeat #000;}
                #modalClose{position:absolute; top:-32px; right:0px; display:block; background:url(../img/colorbox/buttons.png) -29px 0 no-repeat; width:26px; height:32px; text-indent:-9999px;}
                #modalClose:hover{background-position:-29px -31px; cursor:pointer;}
*/
