.thumbs {
	clear: both;
	margin: 10px auto;
}
.thumbnails div {
	position: relative;
	width: 60px;
	height: 45px;
	margin: 8px;
	padding: 0;
	float: left;
	display: inline;
}
.thumbnails img {
	top: 0px;
	left: 0px;
	width: 60px;
	height: 45px;
	position: relative;
	z-index: 1000;
	border: 1px solid #333333;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.preview {
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
	width: 350px;
}

.caption {
	margin-top: -15px;
	text-align: left;
	color:#FFFFFF;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
}
