.coin-slider {
    padding:0;
    overflow:hidden;
    zoom:1;
    position:relative;
    float:right;
    max-height: 100%;
    max-width: 100%;
        
}
.coin-slider a {
    text-decoration:none;
    outline:none;
    border:none;
}

.coin-slider img{
   padding:1px;
   border:5px solid #021a40;
}
/* buttons for switching */
.cs-buttons {
    margin:8px 0;
    padding:0;
    font-size:0;
    float:left;
}
.cs-buttons a {
    margin:0 2px;
    width:20px;
    height:20px;
    float:left;
    color:#fff;
    text-indent:-10000px;
    background:url(../Images/slide_p.png) no-repeat center center;
	border-radius: 15px;
	
}
.cs-buttons a.cs-active {
    color:#fff;
    background-image:url(../Images/slide_a.png);
}
/* text in slider */
.cs-title {
    padding:16px 60px 16px 24px;
    width:876px;
    color:#fff;
    font-size:15px;
    line-height:1.5em;
    background:url(../Images/overlay.png) repeat left top;
}
.cs-title big {
    font-size:20px;
}
/* buttons Next and Prew */
.cs-Prev, .cs-Next {
    background:url(../Images/overlay.png) repeat left top;
    color:#fff;
    padding:0px 20px;
}