#coin-slider {
    background: url("../images/loader.gif") no-repeat scroll 50% 50% transparent;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    width: 900px;
}
.coin-slider {
    height: 600px;
    margin: 10px auto;
    position: relative;
    width: 900px;
}
.coin-slider a {
    border: medium none;
    outline: medium none;
    text-decoration: none;
}
.cs-buttons {
    bottom: 20px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 17px;
}
.cs-buttons a {
    background: none repeat scroll 0 0 #E6E6E6;
    border-radius: 12px 12px 12px 12px;
    display: inline-block;
    height: 24px;
    margin-right: 2px;
    width: 24px;
}
.cs-buttons a:hover, .cs-buttons a.cs-active {
    background: none repeat scroll 0 0 #111111;
}
.cs-prev, .cs-next {
    background: none repeat scroll 0 0 #E6E6E6;
    color: #111111;
    padding: 0 10px;
}
.cs-prev:hover, .cs-next:hover {
    background: none repeat scroll 0 0 #111111;
    color: #E6E6E6;
}
