@charset "gb2312";
/* CSS Document */

#box {
	position: relative;
	width: 1140px;
	height: 346px;
	margin: 0 auto 0 auto;
}
#box ul {
	position: relative;
	width: 900px;
	height: 346px;
	margin-left: 120px;
}
#box li { position: absolute; list-style: none; background: #000; width: 0; height: 0; top: 146px; left: 377px; z-index: 0; cursor: pointer; border-radius: 3px; }
#box li img { width: 100%; height: 100%; vertical-align: top; }
#box .prev, #box .next { position: absolute; top: 50%; width: 66px; height: 62px; margin-top: -40px; overflow: hidden; cursor: pointer; }
#box .prev { left: 0px; }
#box .next { left: 1074px; }
