.thumbs {
	clear: both;
}
.thumbnails div {
	position: relative;
	width: 135px;
	height: 90px;
	float: left;
	padding: 0;
	float: left;
	display: inline;
}
.thumbnails img {
	top: 0px;
	left: 0px;
	width: 135px;
	height: 90px;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	margin: 0px;
	padding: 0px;
	border: 2px solid #FF99CC;
}
.preview {
	padding: 0px;
	width: 450px;
	float: left;
	position: absolute;
	left: 250px;
	top: 102px;
	height: 300px;
	margin: 0px;
	z-index: 3;
}

