#slides
{
	position:absolute;
	z-index: 100;
}

.slides_container
{
	width: 1440px;
	height: 590px;
	overflow: hidden;
	position: relative;
}


.slides_control a
{
	filter: alpha(opacity=100);
	opacity: 1;
}


.paginationcss
{
	margin: 4px 15px 0px 0px;
	z-index: 1000;
	position: absolute;
	right: 50%;
	bottom: 7px;
}

	.paginationcss li
	{
		float: left;
		margin: 0 3px;
	}

		.paginationcss li a
		{
			display: block;
			width: 14px;
			height: 14px;
			text-indent: 1000px;
			background: url(ban_d.png) no-repeat -20px 0px;
			float: left;
			overflow: hidden;
		}

		.paginationcss li.current a
		{
			background: url(ban_d.png) no-repeat 0px 0px;
		}


.prev, .next
{
	cursor: pointer;
	height: 57px;
	line-height: 10;
	overflow: hidden;
	position: absolute;
	top: 45%;
	width:30px;
	z-index: 1500;
}


.prev
{
	background: url("an-left.png") no-repeat scroll;
	left: 21px;
}

.next
{
	background: url("an-right.png") no-repeat scroll;
	right: 21px;
}


/***************/
.ping
{
	position: absolute;
}


.description
{
	height: 28px;
	line-height: 28px;
	z-index: 10;
	position: relative;
	background: #000;
	top: 292px;
	left: 0px;
	padding-left: 12px;
	font-family: Microsoft YaHei;
	opacity: 0.6;
	width: 100%;
}

	.description a
	{
		color: #fff;
		font-size: 13px;
		font-weight: bold;
	}

	.description span
	{
		padding-top: 5px;
	}


	.description a:hover
	{
		color: #FC8F01;
	}
