.scroll_thumbs_area {
	width: 395px;
	height: 65px;
	overflow: hidden;
	text-overflow: clip;
	position: relative;
}

.scroll_thumb {
	width: 60px;
	height: 60px;
	float: left;
	text-align: center;
	margin-right: 2px;
	position: relative;
	border: 2px solid #ccc;
	vertical-align: middle;
}

.scroll_thumb td {
	cursor: hand;
	cursor: pointer
}

.scroll_thumb div {
	background-color: #333;
	margin: 0;
	text-align: left;
	padding: 5px 0 4px 5px;
	font-size: 1.1em;
}

.scroll_thumb_selected {
	border: 2px solid #647d8f;
}	

.scroll_thumb_highlight {
	border: 2px solid #ccc;
}	

#scroll_thumbs_container {
	position: relative;
}

.scroll_thumbs_container_sub {
	width: 10000px; /* extreme width to prevent wrapping of thumbnail divs */
	position: relative;
}	

.scroll_hide {
	display: none;
}