.viewer-wrap {
	text-align: center;
}

.viewer {
	margin: 50px auto;
	width: 670px;
	height: 400px;
}

.slide {
	float: left;
	width: 500px;
	padding-top: 5px;
}

.selector {
	float: left;
	width: 150px;
	margin-left: 10px;
	margin-top: 7px;
}

a.thumbnail {
	float: left;
	margin: 5px 0 5px 5px;
	border: white 1px solid;
}

a.thumbnail:hover {
	border-color: #ccc;
}

img.thumbnail {
	width: 63px;
	border: #aaa 1px none;
	padding: 2px;
}
