/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox{
	box-shadow: 0 10px 30px #555;
	overflow:visible !important;
}
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;outline:none;}
#colorbox, #cboxOverlay, #cboxWrapper:focus{outline: none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;border-radius: 3px;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

#cboxOverlay{background:#000; opacity:.50; filter: Alpha(Opacity=50);}/*遮罩背景*/
#cboxContent{background:#fff; }
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxTitle {
			display:none !important;
		}
#cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
#cboxClose {
			position: absolute;
			top: -10px;
			right: -10px;
			z-index: 9999;
			width: 25px;
			height: 25px;
			margin: 0;
			background: url(images/close3.png) no-repeat 0 -25px transparent;
			text-indent: -9999px;
			border:0 none;
		}
#cboxClose:focus{outline: none;}
#cboxClose:hover{background: url(images/close3.png) no-repeat 0 0 transparent;}