html {
/*	overflow: hidden;*/
}
.thumbOut  {
	border: #FFF solid;
}
.thumbOver {
	border: #FFF solid;
}
#screen {
	position: relative;
	left: 0%;
	top: 0%;
    width: 100%;
	height: 98%;
	background: #FFF;
	overflow: hidden;
}
#banner {
	position: absolute;
	height: 20%;

}
#banner span {
	position: absolute;
}
		#rLinkTitle {
			display:none;
			position: absolute;
			color: #FFF;
			font-family: arial;
			left: 1%;
			top: 22%;
			width: 34%;
			height: 6%;
			overflow: hidden;
			background: #222;
		}
		#rLinkCaption {
			display:none;
			position: absolute;
			color: #FFF;
			font-family: arial;
			left: 36%;
			top: 22%;
			width: 63%;
			height: 6%;
			overflow: hidden;
			background: #222;
		}
#rLinkScreen {
	position: absolute;
	top: 20%;
	height: 80%;
	left: -1000px;
	overflow: hidden;
}
#rLinkZoom {
	position: absolute;
	height: 100%;
	width: 100%;
}
#source {
	visibility: hidden;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
#banner img {
	visibility: idden;
	position: absolute;
	background: #444;
	top: -1000px;
	width: 0px;
}
