
#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:hidden;
	font-family:Verdana, Geneva, sans-serif;
	/*border:1px solid #bbb;*/
	/*-moz-box-shadow: 0  0 10px #333;
	-webkit-box-shadow: 0 0 10px #333;
	box-shadow: 0 0 10px #333;*/
}
#cboxLoadedContent {
	overflow:auto;
	margin:20px;
}
#cboxLoadedContent iframe {
	display:block;
	width:100%;
	height:100%;
	border:0;
}
#cboxTitle {
	margin-top:10px;
	margin-bottom:10px;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}

#cboxOverlay {
	background:#fff;
	/*background-image:url(../images/util/rasterIndex.gif);*/
	/*background-image:url(../images/util/bg_photo2.gif);*/
}
#colorBox {
	
}
#cboxTopLeft {
	width:25px;
	height:25px;
}
#cboxTopCenter {
	height:25px;
}
#cboxTopRight {
	width:25px;
	height:25px;
}
#cboxBottomLeft {
	width:25px;
	height:25px;
}
#cboxBottomCenter {
	height:25px;
}
#cboxBottomRight {
	width:25px;
	height:25px;
}
#cboxMiddleLeft {
	width:25px;
}
#cboxMiddleRight {
	width:25px;
}
#cboxContent {
	
	background-color:#fff;
	

  

}
#cboxLoadedContent {

}
#cboxTitle {
	
	position:absolute;
	bottom:-6px;
	left:0;
	text-align:center;
	width:100%;
	height:16px;
	color:#666;
	font-size:10px;
	
}
#cboxCurrent {
	
	position:absolute;
	bottom:3px;
	left:20px;
	color:#666;
	font-size:10px;
	width:auto;
	height:16px;
	
}
#cboxSlideshow {
	position:absolute;
	bottom:0px;
	right:42px;
	color:#444;
}
#cboxPrevious {
	position:absolute;
	bottom:2px;
	right:36px;
	color:#333;
	font-weight:900;
	width:16px;
	height:16px;
	
	
}
#cboxNext {
	position:absolute;
	bottom:2px;
	right:19px;
	color:#333;
	font-weight:900;
	width:16px;
	height:16px;
	
	
}
#cboxLoadingOverlay {
	/*background:url(../images/loading.gif) 20px 20px no-repeat #fff;*/
	background-color:#FFF;
	background-image:url(../images/gallery_util/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#cboxClose {
	position:absolute;
	top:20px;
	right:2px;
	display:block;
	color:#333;
	font-weight:900;
	width:16px;
	height:16px;
	
}
