
	#cboxOverlay{background:#ddd;}

	#colorBox{}
	#cboxTopLeft{width:27px; height:27px; background:url(../images/cb/borderTopLeft.png) 0 0 no-repeat;}
	#cboxTopCenter{height:27px; background:url(../images/cb/borderTopCenter.png) 0 0 repeat-x;}
	#cboxTopRight{width:27px; height:27px; background:url(../images/cb/borderTopRight.png) 0 0 no-repeat;}
	#cboxBottomLeft{width:27px; height:27px; background:url(../images/cb/borderBottomLeft.png) 0 0 no-repeat;}
	#cboxBottomCenter{height:27px; background:url(../images/cb/borderBottomCenter.png) 0 0 repeat-x;}
	#cboxBottomRight{width:27px; height:27px; background:url(../images/cb/borderBottomRight.png) 0 0 no-repeat;}
	#cboxMiddleLeft{width:27px; background:url(../images/cb/borderMiddleLeft.png) 0 0 repeat-y;}
	#cboxMiddleRight{width:27px; background:url(../images/cb/borderMiddleRight.png) 0 0 repeat-y;}
	#cboxContent{background:#fff;}
	
	#cboxLoadedContent{margin: 5px 5px 40px;}  
	#cboxTitle{position:absolute; bottom:5px; left:0; text-align:center; width:100%; color:#444; }
   #cboxCurrent{ position:absolute; bottom:-100px; left:100px;}
   #cboxSlideshow{position:absolute; bottom:5px; right:40px; color:#333; font-size: 0.9em;}
   #cboxPrevious{position:absolute; bottom:5px; left:5px; background:url(../images/cb/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
	#cboxPrevious:hover{background-position: -25px -25px;}
	#cboxNext{position:absolute; bottom:5px; left:45px; background:url(../images/cb/controls.png) 0px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
	#cboxNext:hover{background-position:0px -25px;}
	#cboxLoadingOverlay{background:url(../images/cb/loading.gif) center center no-repeat #fff;}
   #cboxClose{position:absolute; bottom:5px; right:5px; background:url(../images/cb/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
	#cboxClose:hover{background-position:-50px -25px;}