@charset "utf-8";
#SlideZiZhi {
	position: relative;
}
#SlideZiZhi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#SlideZiZhi .Listbox {
	overflow: hidden;
}
#SlideZiZhi .List {
	float: left;
}
#SlideZiZhi .Item {
	float: left;
}
#SlideZiZhi .Prev {
	position: absolute;
}
#SlideZiZhi .Next {
	position: absolute;
	right: 0px;
}
#SlideZiZhi .NumListbox {
	float: left;
}
#SlideZiZhi .NumBox {
	bottom: 10px;
	position: absolute;
}
#SlideZiZhi .Num {
	position: relative;
	float: left;
	margin-left: 13px;
	margin-right: 13px;
}
#SlideZiZhi .NumTxt {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	font-size: 10px;
	font-family: Arial;
	text-align: center;
}
#SlideZiZhi .ListTran {
	-webkit-transition: margin-left 0.5s ease 0s;
	-moz-transition: margin-left 0.5s ease 0s;
	-ms-transition: margin-left 0.5s ease 0s;
	-o-transition: margin-left 0.5s ease 0s;
	transition: margin-left 0.5s ease 0s;
}
