#colorbox{
	position:absolute; 
	top:0; 
	left:0; 
	z-index:9999; 
	overflow:hidden;
	width: 857px;
	height: 750px;

	
}
#cboxOverlay{
	position:absolute;
	top:0; 
	left:0;
	z-index:9999;
	overflow:hidden;
} 
#cboxWrapper{
	position:absolute; 
	top:0; 
	left:0;
	z-index:9999; 
	overflow:hidden;
	}
#cboxWrapper{  
	height:100% !important;
	margin: 0 auto;
	
	}
#cboxOverlay{
	position:fixed;
	width:100%;
	height:100%;
	}
#cboxMiddleLeft{
	clear:left; 
	display: none;
	} 
#cboxBottomLeft{
	clear:left; 
	display: none;
}
#cboxMiddleLeft{
	clear:left;
}
#cboxContent{
	
	position:relative;
	
}
#cboxLoadedContent{
	overflow: auto;
}
#cboxLoadedContent iframe{
	display:block; 
	width:100%;
	height: 100%;
	overflow: hidden;
	
	
	}
#cboxTitle{
	margin:0;
	}
#cboxLoadingOverlay, #cboxLoadingGraphic{
	position:absolute; 
	top:0;
	left:0; 
	background-color: transparent;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{
cursor:pointer;
}
#colorbox{
	background-color: transparent;
}


#cboxOverlay{
	background: #303338;
	/*background: black;*/
}


#cboxContent{ 
	background-color: transparent;
	padding: 0; 
	margin: 0;
	

}
#cboxLoadedContent{
	background-color: transparent; 
	/*background-color: black;	*/
	padding: 0px; 
}

#cboxLoadingGraphic{
	background:url(../images/loading.gif) center center no-repeat;
}
#cboxClose{
	position:absolute;
	top:0px;
	display: none;
	right:0px; 
	display:block;
	width:115px; 
	padding-top: 10px;
	height:25px;
	z-index: 500;
	font-size: 15px;
	color: rgb(64,64,64);
	cursor: pointer;
	cursor: hand;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

#cboxClose:hover{
	color: white;
}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:0px !important;}
#cboxLoadingOverlay{background:#fff url(../images/loading_background.png) center center no-repeat;}
#cboxLoadingGraphic{background:url(../images/loading.gif) center center no-repeat;}  

#cboxLoadingGraphic{background: transparent none !important; display: none !important;}  

#cboxLoadingOverlay, #cboxLoadedOverlay {
	background-color: transparent;
}