img {
	border: 0px currentColor;
}
ol {
	margin: 0px; padding: 0px;
}
ul {
	margin: 0px; padding: 0px;
}
li {
	margin: 0px; padding: 0px;
}
.banner {
	width: 650px; height: 50px; overflow: hidden; float: left; position: relative;
}
.banner ol {
	left: 0px; top: 0px; position: absolute;
}
.banner li {
	width: 650px; height: 50px;
}
.banner img {
	width: 650px; height: 50px;
}
.mouse_direction {
	width: 25px; height: 50px; right: 0px; display: none; position: absolute;
}
.mouse_top {
	background: url("../images/direction_icon.png") no-repeat; height: 25px; cursor: pointer;
}
.mouse_bottom {
	background: url("../images/direction_icon.png") no-repeat 0px -25px; height: 25px; cursor: pointer;
}
