@charset "utf-8";
#thumbs {
	float: left;
	height: 375px;
	width: 320px;
	overflow: auto;
}
.thumb {
	background-color: #000000;
	float: left;
	height: 75px;
	width: 100px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.black_background {
	background-color: #000000;
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.image_center {
	margin: auto;
}
