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

div#preload {
	display:none;
}
div#entire {
	width:924px;
}
div#content {
	width:924px;
	text-align:center;
	margin:15px 0 40px 0;
}
img.gallery {
	border:9px solid #eae9e8;
}
div#galleryImg {
	min-height:498px;
}
input {
	color:#000;
	font-style:italic;
	margin-top:8px;
	padding:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-align:center;
	background-color:#f4ede2;
	border:1px solid #f4ede2;
	width:350px;
	height:25px;
}
.galTitle {
	color:#313131;
	color:#313131;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:11px;
	padding-right:15px;
}
div#numbers {
	margin-top:10px;
}
div#circleDots {
	padding-bottom:30px;
}
img.circleDot {
	opacity:0.5;
	filter:alpha(opacity=50);
}
img.circleDot:hover {
	padding:0;
	margin:0;
	display:inline;
	opacity:1;
	filter:alpha(opacity=100);
}
div#numbers a:link, div#numbers a:visited {
	color:#313131;
	letter-spacing:1px;
	font-size:12px;
	padding:0px 8px;
	text-decoration:none;
}
div#numbers a:hover {
	color:#666;
	text-decoration:none;
}
h5 {
	color:#313131;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:10px;
	font-weight:normal;
}
a:link img, a:visited img {
	border:0;
}