.coin-slider { overflow: hidden; zoom: 1; position: relative; height:440px; }
.coin-slider a{ text-decoration: none; outline: none; border: none;  text-indent:-9999999px;}

.cs-buttons { font-size:0px; top:-40px; }
.cs-buttons a { background:url(../images/b-bulit.png); margin-left:5px; height:16px; width:16px; display:inline-block; text-indent:-1000px;}
a.cs-active { background:url(../images/b-bulit-hover.png) no-repeat; width:16px; height:16px; display:inline-block; }

/*.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }*/

.cs-prev { background:url(../images/arrow-icons2.png) no-repeat; width:42px; height:42px; display:block; transition:all 0.5s ease-in-out 0s; } 
.cs-next { background:url(../images/arrow-icons2.png) 0px -42px no-repeat; width:42px; height:42px; display:block; transition:all 0.5s ease-in-out 0s; }
.cs-prev:hover, .cs-next:hover { opacity:0.5;}