body {

}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-variant: normal;
	font-weight: bold;
	font-size: 13px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-variant: normal;
	font-weight: bold;
	font-size: 13px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	text-decoration: none;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.style2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #660000;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #660000;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

.style10 {
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
}

div.page {
	width: 800px;
	margin: auto;
	margin-top: -30px;
	padding: 0px;
	position: relative;
}


div#photo{
	position:absolute;
	top:20px;
	width:801px;
	height:601px;
	padding:20px;
	background:#FFF;
	z-index:1000;
	text-align:center;
	border:1px solid #000;
	display:none;
}

div.thumb {
	width: 160px;
	height: 120px;
	text-align: center;
	float: left;
	position: relative;
}

img.imgthumb {
	border: 1px black solid;
	margin:auto;
}

img.imgthumb:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

div.prevArea{
	position:absolute;
	left:0px;
	bottom:0px;
	width:30%;
	height:640px;
	z-index:500;
}

div.prev{
	background:#FFF;
	position:absolute;
	bottom:300px;
	left:20px;
	width:80px;
	padding:15px;
	display:none;
	font-size:8pt;
	font-weight:bold;
}


div.nextArea{
	position:absolute;
	right:0px;
	bottom:0px;
	width:30%;
	height:540px;
	z-index:500;
}


div.next{
	background:#FFF;
	position:absolute;
	bottom:300px;
	right:20px;
	width:80px;
	padding:15px;
	display:none;
	font-size:8pt;
	font-weight:bold;
}

div.closeArea{
	position:absolute;
	right:0px;
	top:0px;
	width:30%;
	height:100px;
	z-index:500;
}

div.close{
	background:#FFF;
	position:absolute;
	top:20px;
	right:20px;
	width:80px;
	padding:15px;
	display:none;
	font-size:8pt;
	font-weight:bold;
}

.overlay{
z-index: 200; 
position: fixed;
top:0px;
left: 0px;
width: 100%;
height: 100%;
background-color: #000000;
opacity: 0.7; filter: alpha(opacity=70);
display: none;
}

.clear{
	clear:both;
}