@charset "utf-8";
/* CSS Document */

#wrapper {
	position: relative;
	width: 950px;
	height: 444px;
	overflow: hidden;
	margin: 0 auto;
}
ul.pic {
	position: absolute;
	width: 9999px;
}
ul.pic a { display:block; float:left;}
ul.pic li img { width:950px; height:444px;}
ul.pic li.box2 img, ul.pic li.box3 img { width:317px;}
ul.pic li.box3 span img { width:317px; height:222px;}
ul.pic li.box4 img { width:317px;}
#wrapper h2, #wrapper h3 {
	cursor: pointer;
	position: absolute;
	top: 130px;
	z-index: 5;
}
#wrapper h2 { left: 890px; }
ul.pic li { float: left;}
ul.page { margin: 0 auto; position:relative; z-index:99; top:423px;width:200px;float:right;}
ul.page li { float: left; margin-right: 10px; width: 10px; height: 10px; background-color:#999; border-radius: 5px; }
.DotColor { background-color: #666 !important; }
