html {
		overflow: hidden;
	}
	body {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: default;
	}
	.thumbOut  {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cee139;
	border-right-color: #cee139;
	border-bottom-color: #cee139;
	border-left-color: #cee139;
	}
	.thumbOver {
		border: #FFF solid;
		cursor: pointer;
	}
	#screen {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: visible;
	}
	#banner {
	position: absolute;
	height: 90%;
	padding: 2px;
	}
	#banner span {
		position: absolute;
	}
	#rLinkTitle {
	position: absolute;
	color: #000000;
	font-family: verdana;
	left: 1%;
	top: 18%;
	width: 34%;
	height: 6%;
	overflow: hidden;
	}
	#rLinkCaption {
	position: absolute;
	color: #000000;
	font-family: verdana;
	left: 40%;
	top: 17%;
	width: 200px;
	height: 50px;
	overflow: hidden;
	font-size: 36px;
	}
	#rLinkScreen {
		position: absolute;
		top: 29%;
		height: 70%;
		left: -10000px;
		overflow: hidden;
	}
	#rLinkZoom {
		position: absolute;
		height: 100%;
		width: 100%;
		cursor: crosshair;
	}
	#source {
		visibility: hidden;
		width: 0px;
		height: 0px;
		overflow: hidden;
	}
	#banner img {
	visibility: idden;
	position: absolute;
	top: -1000px;
	width: 0px;
	}

