#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:visible;}
#cboxLoadedContent{overflow:auto;}
#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;}
#cboxOverlay{background:#A3A3A3;}

#colorbox{}
#colorbox{margin-top:20px}
		#cboxTopCenter{
			height:25px;
			background: url(modhdr.gif) repeat-x;
			border: 1px solid #000;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			padding: 0 2px;
			cursor: move;
		}
		#cboxBottomCenter{height:2px; border: 1px solid #000;display:none;}
		#cboxContent{background:#fff;border: 1px solid #000;
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
			-moz-border-radius-bottomleft: 5px;
			-moz-border-radius-bottomright: 5px;
			-webkit-border-bottom-left-radius: 5px;
			-webkit-border-bottom-right-radius: 5px;
			padding: 0 2px;
		}
		#cboxLoadingGraphic{background:url(/js/jq/img/loading3.gif) center center no-repeat;}
		#cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

		#cboxTitle{
			position:absolute; top:-25px; left:10px;
			height: 25px;
			font: bold 12px Tahoma, Arial, Sans-Serif;
			line-height: 20px;
			color: #fff;
		}
		#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
		#cboxClose{text-indent:-9999px; width:47px; height:19px; position:absolute; background:url(close.gif) 0 0 no-repeat;}
		#cboxClose{background-position:0 0; right:5px;top:-27px;}
		#cboxClose.hover{
			background-position:0 -19px;
			box-shadow: #f00 0 0 10px;
			-moz-box-shadow: #f00 0 0 10px;
			-webkit-box-shadow: #f00 0 0 10px;
		}

		#xcboxSlideshow, #cboxPrevious, #cboxNext{text-indent:-9999px; width:28px; height:15px; position:absolute; top:-20px; background:url(close.gif) 0 0 no-repeat;}
		#cboxPrevious{background-position:0 0; right:44px; width:0;}
		#cboxPrevious.hover{background-position:0 -25px;}
		#cboxNext{background-position:-25px 0; right:22px; width:0;}
		#cboxNext.hover{background-position:-25px -25px;}

#colorbox.ui-draggable-dragging {
	z-index: 99999;
}
#colorbox.ui-draggable-dragging #cboxIframe {
	display: none;
}