.ScrollPreview, .ImgContainer {
	list-style: none;
}
.ImgContainer {
	position: relative;
	width: 607px;
}
.ImgContainer li {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.ScrollPreview {
	position: relative;
	top: -5px;
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
.ScrollPreview li {
	float: left;
}
.ScrollPreview li a {
	float: left;
	padding: 5px;
	margin: 0 10px 0 0;
	cursor: pointer;
}
.ScrollPreview li a.selected {
	padding: 4px;
	cursor: default;
	border: solid red 1px;
}
.act_btn {
	position: absolute;
	bottom: 27px;
//	bottom: 40px;
	right: 0px;
}
.act_btn span {
	float: left;
	width: 1px;
	height: 46px;
	border: solid gray 1px;
	border-width: 0 1px;
}
.act_btn a {
	float: left;
	width: 32px;
	height: 28px;
	margin: 8px 0 0 27px;
	background: url('/i/buttons.gif') no-repeat left top;
	background-position: -32px 0px;
}
.act_btn a:hover {
	background-position: 0px 0px;
}
.act_btn a.pause {
	background-position: -64px 0px;
}
