
	#cboxOverlay{background:#555;}

	#colorBox{ padding: 10px; background: #111;}
	#cboxContent{background:#1b1b1b;}
	
	#cboxLoadedContent{padding: 5px 5px 100px; background: #111;}  
	#cboxTitle{position:absolute; bottom:40px; left:10px; width:100%; color:#ccc; max-width: 500px; }
   #cboxCurrent{ position:absolute; bottom:-100px; left:100px;}
   #cboxSlideshow{position:absolute; bottom:10px; right:50px; color:#e407b8; font-size: 0.9em;}
   #cboxPrevious{position:absolute; bottom:5px; left:10px; background:url(../images/cb/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
	#cboxPrevious:hover{background-position: -25px -22px;}
	#cboxNext{position:absolute; bottom:5px; left:50px; background:url(../images/cb/controls.png) 0px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
	#cboxNext:hover{background-position:0px -22px;}
	#cboxLoadingOverlay{background:url(../images/cb/loading.gif) center center no-repeat #000;}
   #cboxClose{position:absolute; bottom:5px; right:10px; background:url(../images/cb/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
	#cboxClose:hover{background-position:-50px -22px;}
