@import "colorbox.css";

#modalBackgroundOverlay{background:#000;}

#colorbox{}


#borderTopLeft,
#borderTopRight,
#borderBottomLeft,
#borderBottomRight,
#borderMiddleLeft,
#borderMiddleRight,
#borderTopCenter,
#borderBottomCenter,
#modalContent{
   background: #fff;
}


	#borderTopLeft,
	#borderTopRight,
	#borderBottomLeft,
	#borderBottomRight{width:21px; height:2px;}
	#borderMiddleLeft,
	#borderMiddleRight{width:21px; background: #fff;}
	#borderTopCenter,
	#borderBottomCenter{height:2px; background: #fff;}

   

	#modalContent{background:#fff;}
		#modalLoadedContent{margin-bottom:28px;margin-top: 25px;}
			#contentTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; background:#fff; font-weight:bold; color:#949494;margin-bottom: 20px;}
			#contentCurrent{position:absolute; bottom:3px; left:0px; font-weight:bold; color:#949494;}
			#contentPrevious{position:absolute; bottom:0; right:120px; /*background:url(images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;*/}
			#contentNext{position:absolute; bottom:0; right:60px;/* background:url(images/controls.png) 0px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;*/}
/*       #contentPrevious:hover, #contentPrevious.hover{background-position:-25px -25px;}*/
/*       #contentNext:hover, #contentNext.hover{background-position:0px -25px;}*/
		#modalLoadingOverlay{background:url(images/loading.gif) center center no-repeat #fff;}
		#modalClose{position:absolute; bottom:0; right:0; /*background:url(images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;*/}
/*    #modalClose:hover, #modalClose.hover{background-position:-50px -25px;}*/
		#modalClose, #contentNext, #contentPrevious { font-weight: normal; bottom: 3px;}

