#movie {
	width: 400px;
	height: 320px;
	margin-top: 10px; 
}
#filmstrip {
	width: 404px;
	height: 59px;
	margin-top: 10px;
}
#filmstrip_left {
	width: 13px;
	height: 59px;
	float: left;
	background-image: url(/images/bg_filmstrip_left.png);
	cursor: pointer;
}
#filmstrip_right {
	width: 13px;
	height: 59px;
	float: left;
	background-image: url(/images/bg_filmstrip_right.png);
	cursor: pointer;
}
#thumb_container {
	width: 378px;
	height: 59px;
	overflow: hidden;
	float: left;
	background-image: url(/images/bg_thumb_container.png);
	background-repeat: repeat-x;
	position: relative;
}
.film_thumb {
	float: left;
	margin-top: 5px;
	margin-left: 7px;
	cursor: pointer;
	width: 45px;
	height: 45px;
	background-color: black;
	border: 1px solid white;
}
#thumb_inner {
	width: 4000px;
	position: absolute;
	left: 0px;
	top: 0px;
}