.cxslide {
	overflow:hidden;
	position:relative;
	width:610px;
	height:643px;
	border:1 solid #777;
    margin: 0 0;
}
.cxslide a {
	color:#eee;
	text-decoration:none;
}
.cxslide .box {
	overflow:hidden;
	position:relative;
	width:610px;
	height:350px;
	background-color:#000000;
        padding:0 0;
}
.cxslide .list {
	overflow:hidden;
	width:9999px;
}
.cxslide .list li {
	float:left;
	position:relative;
	width:610px;
	height:350px;
	
}
.cxslide .list li a {
	font-size: 16px;
	line-height: 30px;
}
.cxslide .list li a.img {
	display:block;
}
.cxslide .list li a.text {
	
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 99;
    display: block;
    height: 40px;
    background: #000;
	opacity: .8;
    filter: alpha(opacity=80);
	font-weight:bold;
}
.cxslide .list p {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:24px;
	color:#eee;
	font:12px/24px "\5b8b\4f53";
	text-indent:12px;
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
	background:rgba(0, 0, 0, 0.6);
}
.cxslide .btn {
	    /* overflow: hidden;
	    position: absolute;
	    bottom: -320px;
	    right: -460px;
	    z-index: 999; */
		overflow: hidden;
		position: absolute;
		bottom: 271px;
		right: 0;
		z-index: 99;
		width: 150px;
		height: 50px;
}
.cxslide .btn li {
	float:left;
	width:16px;
	height:16px;
	margin:0 0 0 10px;
	border-radius:2px;
	background:#eee;
	color:#333;
	font:11px/16px Tahoma;
	text-align:center;
	cursor:pointer;
}
.cxslide .btn .selected {
	background:#f30;
	color:#fff;
}
.cxslide .minus, .cxslide .plus {
	position:absolute;
	top:140px;
	width:40px;
	height:50px;
	background-image:url(/wl/images/control.png);
	background-repeat:no-repeat;
	text-align:center;
	cursor:pointer;
}
.cxslide .minus {
	left:0;
	background-position:0 0;
}
.cxslide .plus {
	right:0;
	background-position:-40px 0;
}
.cxslide .minus:hover {
	background-position:0 -50px;
}
.cxslide .plus:hover {
	background-position:-40px -50px;
}
.cxslide ul ,.cxslide ul li{ margin:0 0;}
