#viewer #fullsize {
	width: 440px;
	height: 290px;
	/* border: 1px solid #000000; */
	margin: 10px 20px 10px 20px;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}

#viewer #thumbnails {
	margin: 10px 5px 10px 20px;
	padding-bottom: 20px;
}

#viewer .thumbnail {
	width: 68px;
	height: 45px;
	margin: 0 5px 10px 1px;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
}

#viewer .lastthumb {
	margin: 0;
}