
#videoOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 15;
}

#videoCenter, #videoBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	z-index: 20;
	border: 1px solid #666;
	top: 0;
}

#videoCenter {
	padding: 10px;
}

h1#videoTitle{
	background-color:#FAD560;
	color:#ffffff;
	display:block;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	margin:0;
	padding-left:6px;
	text-align: left;
	text-transform:uppercase;
}

.rglbLoading {
	background: #fff url('img/loading-bar-black.gif') no-repeat center;
	border: 1px solid #666;
}

#videoImage {
	z-index: 25;
}

#videoPrevLink, #videoNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index: 26;
}

#videoPrevLink {
	left: 0;
}

#videoPrevLink:hover {
	background: transparent url('img/fleche1.png') no-repeat 0% 50%;
}

* html #videoPrevLink:hover { background: transparent url('img/fleche1.gif') no-repeat 0% 50%; }

#videoNextLink {
	right: 0;
}

#videoNextLink:hover {
	background: transparent url('img/fleche2.png') no-repeat 100% 50%;
}

* html #videoNextLink:hover { background: transparent url('img/fleche2.gif') no-repeat 100% 50%; }

#videoBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border-top-style: none;
}

#videoCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 30px;
	background: transparent url('img/close9yj.gif') no-repeat center;
	margin-bottom: 10px;
}

#videoNumber {
	display: block;
	float: left;
}

#videoNumber.gallery {
	display: block;
	float: left;
	padding: 10px;
}

#videoCaption {
	margin-left: 10px;
	display: block;
	float: left;
}

#videoDescription {
	float: left;
	padding-right: 10px;
}

#videoDescription #videoTitle {
	float: left;
	clear: both;
	font-weight: bold;
}

#videoDescription #videoCaption {
	margin-left: 0;
}

#videoPrintLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(img/printer.png) no-repeat center;
	margin:0 5px 0 0; 
  padding:1px;
}

#videoSaveLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(img/disk.png) no-repeat center;
	margin:0 5px 0 0; 
  padding:1px;
}

