/*html {
	overflow: hidden;
}
body {
	margin: 0px;
	padding: 0px;
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: crosshair;
}*/
.thumbOut  {
	border: #000 solid;
}
.thumbOver {
	border: #FFF solid;
	cursor: pointer;
}
#screen {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	background: #000;
	overflow: hidden;
	}
#banner {
	position: absolute;
	height: 20%;
}
#banner span {
	position: absolute;
}
#rLinkTitle {
	position: absolute;
	color: #e56315;
	left: 1%;
	top: 22%;
	width: 34%;
	height: 6%;
	overflow: hidden;
	font-weight: bold;
	font-family:'Bitstream Vera Sans', 'helvetica';
	font-size: 18px;
}
#rLinkCaption {
	position: absolute;
	color: #FFF;
	left: 36%;
	top: 22%;
	width: 63%;
	height: 6%;
	overflow: hidden;
	font-family:'Bitstream Vera Sans', 'helvetica';
	font-size: 12px;
}
#rLinkScreen {
	position: absolute;
	top: 29%;
	height: 70%;
	left: -10000px;
	overflow: hidden;
	border: white solid 2px;
}
#rLinkZoom {
	position: absolute;
	height: 100%;
	width: 100%;
	cursor: crosshair;
}
#source {
	visibility: hidden;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
#banner img {
	/*visibility: hidden;*/
	position: absolute;
	background: #444;
	top: -1000px;
	width: 0px;
}

