@charset "utf-8";
/* CSS Document */

<style type="text/css">
body {
background: #222;
margin-top: 20px;
}

h3 {
color: #eee;
font-family: Verdana;
}

.thumbnails img {
	height: 40px;
	border: 2px solid #CCCCCC;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 0;
	padding: 1px;
	width: 58px;
}

.thumbnails img:hover {
	border: 2px solid #003300;
	cursor:pointer;
	padding: 1px;
}
.preview img {
	padding: 1px;
	height: 330px;
	margin-top: 10px;
	margin-left: 5px;
}
</style>.preview {
	width: 600px;
}
.thumbnails {
	width: 580px;
	padding-top: 20px;
	margin-left: 10px;
}
