

.gallery {
	overflow: hidden;
	width: 775px;
}

.gallery .preview {
	float: left;
	width: 390px;
	overflow: hidden;
	height: auto;
}

.gallery .preview img {
	cursor: pointer;
	width: 390px;
}

.gallery .photolist {
	float: right;
	width: 375px;
	height: 350px;
	overflow: hidden;
}

.gallery .photolist .scrollbars {
	float: right;
	width: 375px;
	height: 350px;
	overflow: auto;
}

.gallery .photolist .photo {
	float: left;
	width: 110px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
}

.gallery .photolist .photo img {
	border: none;
}