﻿html {
	overflow: hidden;
}
body {
	margin: 0px;
	padding: 0px;
	background: #899c7d;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: crosshair;
	font-family: 'Myriad Web Pro' , Tahoma, Sans-Serif;
    font-size: small;
}
.thumbOut  {
	border: #004C16 solid;
}
.thumbOver {
	border: #FFF solid;
	cursor: pointer;
}
#screen {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	background: #4a5744;
	overflow: hidden;
}
#banner {
	position: absolute;
	height: 20%;
}
#banner span {
	position: absolute;
}
#rLinkTitle
{
	position: absolute;
	color: #FFF;
	left: 0%;
	top: 22%;
	width: 100%;
	height: 6%;
	overflow: hidden;
	background: #004C16;
	border-top: white thin solid;
	border-bottom: white thin solid;
	text-align: center;
}
#rLinkCaption {
	position: absolute;
	color: #FFF;
	left: 32%;
	top: 22%;
	width: 68%;
	height: 6%;
	overflow: hidden;
	background: #004C16;
	border-top: white thin solid;
	border-bottom: white thin solid;
}
#rLinkText {
	position: absolute;
	top: 29%;
	height: 70%;
	left: 1%;
	width: 33%;
	overflow: hidden;
    color: white;
    text-align: justify;
}
#rLinkScreen {
	position: absolute;
	top: 29%;
	height: 70%;
	left: -10000px;
	overflow: hidden;
}
#rLinkZoom {
	position: absolute;
	height: 100%;
	width: 100%;
	cursor: crosshair;
}
#photoImg
{
	position: absolute;
	top: 29%;
	left: 36%;
	overflow: hidden;
	border-right: white thin solid;
	border-top: white thin solid;
	border-left: white thin solid;
	border-bottom: white thin solid;
}
#source {
	visibility: hidden;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
#banner img {
	position: absolute;
	background: #444;
	top: -1000px;
	width: 0px;
}