.coin-slider {
	padding:0;
	overflow:hidden;
	zoom:1;
	position:relative;
	float:right;
	-webkit-border-radius:5px 0px 0px 5px;
	-moz-border-radius:5px 0px 0px 5px;
	border-radius:5px 0px 0px 5px;
}
.coin-slider a {
	text-decoration:none;
	outline:none;
	border:none;
}
/* buttons for switching */
.cs-buttons {
	padding:0;
	margin-top:-25px;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	float:right;
}
.cs-buttons a {
	margin:0 2px;
	width:18px;
	height:18px;
	float:left;
	color:#fff;
	background:url(../images/slide_p.png) no-repeat center center;
}
.cs-buttons a.cs-active {
	margin:0 2px;
	width:18x;
	height:18px;
	float:left;
	color:#fff;
	background-image:url(../images/slide_a.png);
}

h4
 {
  margin: 10px 0;
  font-family: "Arian AMU", "GHEA Grapalat", "Sylfaen", "Arial AMU", sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #red;
  text-rendering: optimizelegibility;
}