.wpdiv ul {
    margin: 0;
    padding: 0;
}

.wpdiv ul li {
    list-style-type: none;
	margin:0px;
}
.hdslides-box {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
}
.hdslides {
    position: relative;
    height: 700px;
    width: 100%;
    margin: auto;
    float: left;
}
.hdslides li {
	position: absolute;
    width:  100%;
    height: 100%;
}
.hdslides li img{
    display: block;
    width: 100%;
    margin: auto;
}
.hdprev, .next {
    position: absolute;
    z-index: 99; margin-top:280px;
 
    left: 0;
    height: 70px;
    width: 30px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    opacity: .5;
}
.hdprev:hover, .next:hover{
	opacity: .7;
}
.hdprev{
	background-image: url("../images/left1.gif");
}
.next {
    left: auto;
    right: 0;
    background-image: url("../images/right2.gif");
}

.wpdiv{width:100%; height:700px; margin:auto}

.hdpagination{
	position: absolute; margin-top:400x;
	z-index: 99;
}
.hdpagination li{
    padding: 5px 3px;
	float: left;
}
.hdpagination li a{
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    background: #000;
	color: #fff;
    text-align: center;
    font-family: Arial;
	text-decoration: none;
}
.hdpagination .active{
	background: red;
}