.large_arrow {
	display: block;
	padding: 35px 15px;
	font-size: 32px;
	float: left;
	text-decoration: none;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.large_arrow:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#main_image {
	max-height: 410px;
}
#thumbnail_scroller {
	position: relative;
	float: left;
	width: 840px;
	height: 130px;
	overflow: hidden;
	display: block;
}
#thumbnail_scroller_content {
	display: block;
	min-width: 20000px;
	padding: 0 5px;
	height: 130px;
	text-align: left;
}
.thumbnail {
	display: block;
	float: left;
	margin: 8px;
	position: relative;
}
.thumbnail img {
	height: 100px;
}
.thumbnail img:hover {
	box-shadow: 0 0 10px white;
	-ms-box-shadow: 10px white;
	-moz-box-shadow: 0 0 10px white;
	-webkit-box-shadow: 0 0 10px white;
}