
#box {
	margin: 1px auto 0px; width: 1100px; height: 320px; position: relative;
}
#box ul {
	width: 1100px; height: 320px; position: relative;
}
#box li {
	list-style: none; border-radius: 3px; border:3px solid #fff; left: 377px; top: 146px; width: 0px; height: 0px; overflow: hidden; position: absolute; z-index: 0; cursor: pointer;
}
#box li img{width: 100%;height: 100%}
#box li div { width: 100%; height:40px;  position: absolute; left:0; bottom:0;background:url(alpha_bj.png)}
#box li div p { margin:0px 0px 0px 15px;line-height:40px;}
#box li div h4 {
	font: 12px/24px arial; margin: 0px 10px; border-bottom-color: rgb(51, 51, 51); border-bottom-width: 1px; border-bottom-style: solid; font-size-adjust: none; font-stretch: normal;
}
#box li div h4 span {
	color: red; margin-left: 10px;
}



#box .next {
	background-position: -39px 0px; right: -60px;
}
#copyright {
	text-align: center; padding-top: 10px;
}

#box .prev {
	Z-INDEX: 100; POSITION: absolute; LEFT: 0px; top:100px;
	WIDTH: 43px; DISPLAY: block; HEIGHT: 46px; line-height:200px;
	OVERFLOW: hidden; TOP: 131px; CURSOR: pointer
}
#box .next {
	Z-INDEX: 100; POSITION: absolute; RIGHT: 0px; top:100px;
	WIDTH: 43px; DISPLAY: block; HEIGHT: 46px;line-height:200px;
	OVERFLOW: hidden; TOP: 131px; CURSOR: pointer
}
#box .prev {
	BACKGROUND: url(btn_03.png) no-repeat ;
}
#box .next {
	BACKGROUND: url(btn_05.png) no-repeat right top;
}
#box .prev:hover {
	BACKGROUND-POSITION: left top
}
#box .next:hover {
	BACKGROUND-POSITION: right top
}