.thumbnails {
	position			: relative;
	height				: 117px;
	background-color	: #D0D1C1;
}

.thumbnailenlarge {
	position			: relative;
	top					: 4px;
	left				: 320px;
}

.thumbnailholder {
	position			: relative;
	top					: 10px;
	left				: 20px;
 	width				: 750px;
	height				: 75px;
}

.thumbnailscrollleft {
	margin-top			: 28px;
	float				: left;
	visibility 			: hidden;
}

.thumbnailscrollright {
	margin-top			: 28px;
	float				: right;
}

.thumbnailclipregion {
	position			: relative;
	float				: left;
	left				: 10px;
 	width				: 708px;
	height				: 75px;
	overflow			: hidden;
	/*clip				: rect(0px, 0px, 0px, 0px); */
}

.thumbnailviewport {
	position			: absolute;
	text-align			: left;
	left				: 0px;
	width				: 8400px;
}
