.thumbs {
	clear: both;
	margin: 10px auto;
}
.thumbnails div {
	position: relative;
	width: 120px;
	height: 90px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 0;
	float: left;
	display: inline;
}
.thumbnails img {
	/*top: 0px;
	left: 0px;*/
	width: 120px;
	height: 90px;
	/*position: absolute;*/
	z-index: 1;
	border: 1px solid #333333;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.preview {
	/*padding: 10px 10px 20px 10px;
	margin-bottom: 5px;*/
	width: 550px;
	/*float: left;*/
	/*margin-right: 10px;*/
	/*position: absolute;
	left: 140px;
	top: 104px;
	*/
	height: 163px;
	/*border: 1px solid #ccc;*/
}