#coin-slider {margin: 0 auto; overflow: hidden; background-color: white;}
.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons {/* font-size: 0px; padding: 10px; float: left; */display: none !important;}
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }

.cs-coin-slider {
    background-color: #fff;
    text-align: center;
}

.cs-title {
width:180px;
height:280px;
background-color:black;
color:white;
margin-left:480px;
text-align:right;
padding:20px;
display:none;
}

.cs-title .desc{
    font-size:14px;
line-height:20px;
}

.cs-title .titulo {
display: block;
    clear: both;
    text-transform: uppercase;
font-weight:bold;
margin-bottom:20px;

}
