@charset "UTF-8";
/* CSS Document */


<!--

.grid {
	position: absolute;
	width: 860px;
	height: 562px;
	filter: alpha(opacity = 100);
}
.grid-image {
	position: relative;
	width: 264px;
	height: 264px;
	background-image: url(../Images/homepage/preloader.gif);
	background-repeat: no-repeat;
	filter: alpha(opacity = 100);
}
.grid-spacer {
	position: relative;
	width: 34px;
	height: 34px;
}
#fullscreen {
	position: absolute;
	visibility: hidden;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	filter: alpha(opacity = 100);
}
#dimmer {
	position:fixed;
	background-image: url(../Images/homepage/dim.png);
	background-repeat:repeat;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 100;
}
#frame {
	position: absolute;
	width: 573px;
	height: 625px;
	top: 50%;
	left: 50%;
	margin-top: -286px;
	margin-left: -309px;
	background-color: #FFF;
	border:: outset;
	border-color: #e0e3e4;
	z-index: 200;
	filter: alpha(opacity = 100);
}
.full {
	position: relative;
	width: 533px;
	height: 440px;
}
#fullsize {
	position: inherit;
	width: 533px;
	height: 440px;
	margin-top: 35px;
	margin-left: 20px;
}
#caption {
	position: inherit;
	width: 533px;
	margin-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #777777;
}
.arrows {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #879197;
}
.arrows A:link {
	color: inherit;
	text-decoration: none;
}
.arrows A:hover {
	color: inherit;
	text-decoration: underline;
}
.arrows A:visited {
	color: inherit;
	text-decoration: none;
}
.arrows A:active {
	color: inherit;
	text-decoration: underline;
}
-->

