img {
	border: 0;
}

ol,
ul,
li {
	padding: 0;
	margin: 0
}

.banner {
	POSITION: relative;
	WIDTH: 1000px;
	FLOAT: left;
	HEIGHT: 120px;
	OVERFLOW: hidden
}

.banner OL {
	POSITION: absolute;
	TOP: 0px;
	LEFT: 0px
}

.banner LI {
	WIDTH: 1000px;
	HEIGHT: 120px
}

.banner IMG {
	WIDTH: 1000px;
	HEIGHT: 120px
}

.mouse_direction {
	POSITION: absolute;
	WIDTH: 25px;
	DISPLAY: none;
	HEIGHT: 120px;
	RIGHT: 0px
}

.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
}
