

.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; }
.cs-buttons a { margin-left: 5px; height: 15px; width: 15px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; border-radius: 50% 50% 50% 50%;}
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title {
  background-image: url("header_ribbon.png");
  background-position: right center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 20px;
  height: 40px;
  text-align: right;
  width: 651px;
}


.cs-title h2{
margin:0;
padding:0px 20px 0px 0px;
}

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

