﻿.slides { margin: 0px auto; width: 1003px; height: 384px; overflow: hidden; position: relative; }
.slide-pic { margin: 0px; padding: 0px; width: 1003px; overflow: hidden; list-style: none; }
.slide-pic img { width: 1003px; height: 384px; }
.slide-pic li { display: none; }
.slide-pic li.cur { display: block; }
.slide-li { margin: 0px auto; padding: 0px; right: 10px; bottom: 10px; position: absolute;
text-align:center;}
.slide-li li {width: 22px; height:22px;  float: left; overflow: hidden; list-style: none; background: url("../images/point.png") no-repeat scroll center center;
cursor: pointer;}
.slide-li li.cur {width:22px; height:22px;  
background: url("../images/point-current.png") no-repeat scroll center center;
}
.slide-li a {font-size:12px;}
.slide-li a:hover {text-decoration: none; }
.op li {filter: alpha(opacity=60); opacity: 0.6; }
.op li.cur {}
.slide-txt span { display: none; }
