#feature ul {
	margin: 0;
}
#feature ul li {
	width: 640px;
	height: 372px;
}

.feature-button {
	position: absolute;
	width: 79px;
	height: 24px;
	top: 173px;
	z-index: 1001;
}
.feature-button-right {
	right: 0;
}
.feature-button-left {
	left: 0;
}
.feature-button a {
	display: block;
	width: 79px;
	height: 24px;
	background-position: top left;
}
.feature-button a:hover {
	background-position: 0 24px;
}
.feature-button a span {
	display: none;
}
.feature-button-right a {
	background-image: URL('feature-rarr.png');
}
.feature-button-left a {
	background-image: URL('feature-larr.png');
}

#feature .loading {
	width: 640px;
	height: 372px;
}