.cslider {
width: 500px;
height: 350px;
overflow: hidden;
position: absolute;
top:42px;
z-index: 10000;
}
.cslider img {
position: absolute;
width: 496px;
height: 331px;
top: 0px;
}
.cslider-nav {
float: left;
position: absolute;
text-align: center;
left: 10px;
bottom: 5px;
z-index: 1000;
}
.cslider-nav a {
background: #0b0500;
color: #d0b740;
font-size:0;
font-family: verdana;
text-decoration: underline;
opacity: 0.8;
font-weight: bold;
padding: 5px 5px;
border-radius:10px;
cursor: pointer;
}
.cslider-nav a.active {
background: #d0b740;
color: #fff;
font-family: verdana;
text-decoration: underline;
opacity: 0.8;
font-weight: bold;
padding: 5px 5px;
border-radius:10px;
cursor: pointer;
}
.cslider-caption {
position: absolute;
right: 4px;
bottom: 9px;
background: #0b0500;
color: #fff;
z-index: 8;
height: 40px;
padding:5px;
width:486px;
cursor: pointer;
}
.cslider-caption a {
color: #0b0500;
text-decoration: none;
}
