/*
******************************************
* COMMON STRUCTURE CSS
******************************************
*/
#colorbox, 
#cboxOverlay, 
#cboxWrapper 	{ position:absolute; top:0; left:0; z-index:999999999; }

#cboxOverlay 	{ position:fixed; width:100%; height:100%; }

#cboxMiddleLeft, 
#cboxBottomLeft { clear:left;  }

/*
CONTENT AREA CSS
========================================*/
#cboxContent 		{ position:relative; background:#ffffff; border-radius:5px; }
#cboxLoadedContent 	{ overflow:auto; padding:20px;  margin-bottom:0px; border-radius:5px; min-height:1px; min-width:1px; }
#cboxLoadedContent iframe 	{ display:block; width:100%; height:100%;}
/*OVERLAY BACKGROUND*/
#cboxOverlay 		{ background:url(../../images/overlay.png) repeat top left; }

/*
TEXT CONTENT 
========================================*/
#cboxTitle {
	font-family:"Asap", Arial, Helvetica, sans-serif;
	font-size:108%;
	position:absolute;
	top:0px;
	/*right:15px;*/
	color:#ffffff;
	font-size:13px;
	padding:0;
	background:#ee3b33;
	min-height:12px;
	display:none !important;
	}

/*Image number disply*/	
#cboxCurrent 	{ position:absolute; bottom:10px; left:15px; color:#333; font-size:80%; display:none !important; }
#cboxLoadingOverlay, 
#cboxLoadingGraphic { position:absolute; top:45%; left:47%; width:32px; height:32px; }
#cboxLoadingOverlay {}
#cboxLoadingGraphic {
	background:url(../../images/ajax-loader.gif) center center no-repeat;
	}

/*
CONTROLS
========================================*/
#cboxPrevious, 
#cboxNext, 
#cboxClose, 
#cboxSlideshow { cursor:pointer; }

#cboxPrevious, 
#cboxNext, 
#cboxClose {
	cursor:pointer;
	position:absolute;
	background:url(../../images/overlay-img.png) no-repeat 0px 0px;
	width:34px; height:68px;
	text-indent:-9999px;
	top:160px;
	min-height:1px;
	}
#cboxPrevious 		{ left:-57px; background-position:0px 0px; display:none !important; }
#cboxPrevious:hover { background-position:0px -78px;}
#cboxNext 			{ right:-57px; background-position:-53px 0px; display:none !important; }
#cboxNext:hover 	{ background-position:-53px -78px;}
#cboxClose {
	background-position: -142px 0px;
	top:0px; right:3px;
	width:30px; height:30px;
	z-index:999999999999 !important;
	
	}
#cboxClose:hover { background-position: -142px -35px;}
#cboxSlideshow {
	position:absolute;
	bottom:10px;
	right:15px;
	color:#0092ef;
	display:none;
	}
#cboxLoadedContent #videoPlayer {position:relative; z-index:1; }