﻿
.coin-slider {
        padding:0;
        overflow:hidden;
        zoom:1;
        position:relative;
        float:right;
}
.coin-slider a {
        text-decoration:none;
        outline:none;
        border:none;
}
/* buttons for switching */
.cs-buttons {
        margin:-30px 0 0;
        padding:0 0 0 350px;
        font-size:0;
        float:left;
}
.cs-buttons a {
        margin:0 2px;
        width:20px;
        height:20px;
        float:left;
        color:#fff;
        text-indent:-10000px;
        background:none;
}
.cs-buttons a.cs-active {
        color:#fff;
        background-image:none;
}
/* text in slider */
.cs-title {
        padding:16px 60px 16px 24px;
        width:876px;
        color:#fff;
        font-size:15px;
        line-height:1.5em;
        background:none;
}
.cs-title big {
        font-size:20px;
}
/* buttons Next and Prew */
.cs-prev, .cs-next {
        background:none;
        color:#fff;
        padding:0px 10px;
}
