@charset "ISO-8859-1";
body {
	margin:0px;
}
.mainContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin:0 auto;
	width:950px;
}
.title {
	position:relative;
	width:100%;
	height:90;
	top:50px;
	border-top:solid 3px #000000;
	background-color:#FFFFFF;
}
.toptext {
	position:absolute;
	width:350px;
	top:15px;
	left:550px;
	color:#333333
}
.toptext a, .toptext a:hover, .toptext a:visited {
	color:#333333;
	text-decoration:underline;
}
.imageContainer {
	position:relative;
	width:100%;
	top:70px;
}
.thumbs {
	width:275px;
	height:500px;
	background:#FFFFFF;
	margin-left:10px;
	margin-right:10px;
	display:inline;
}
.thumbs img {
	border-left:solid 10px #FFFFFF;
	border-right:solid 10px #FFFFFF;
	border-top:solid 5px #FFFFFF;
	border-bottom:solid 5px #FFFFFF;
}
.image {
	border:solid 10px #ffffff;
}
.close a, .close a:hover, .close a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#000000;
	margin-right:10px;
	width:100%;
}
.close {
	text-align:right;
}
