@charset "UTF-8";
/* CSS Document */
div.galleryContent {
	background-color:#FFFFFF;
	width:640px;
	text-align:center;
	font-family:Tahoma,Arial;
	font-size:11px;
	margin-left:140px;
	padding:10px;
}
div.enlarge {
	width:640px;
	height:435px;
	text-align: center;
}
#enlargeImg {
	border: 1px solid #000000;
	width:550px;
	height:400px;
}
img.thumbnail {
	margin: 20px;
	float:left;
	border: 1px solid #c7cacd;
}
div.thumbnail {
	margin:20px;
	float:left;
	border: 1px solid #000000;
	width:110px;
	height:80px;
}
a.folders {
	color:#000000;
	font-size: 12px;
	text-decoration:none;
}
input.slideshowButton{
	color:#FFFFFF;
	font-family:'Tahoma','Arial';
	font-size:10px;
	font-weight:bold;
	background-color:#0f2944;
	border:1px solid;
	border-top-color:#051e38;
	border-left-color:#051e38;
	border-right-color:#051e38;
	border-bottom-color:#051e38;
}

