
#slider{
 margin:0 auto
}
.coin-slider {
	overflow: hidden; position: relative; zoom: 1;
}
.coin-slider a {
	border: currentColor; text-decoration: none;
}
.cs-buttons {
	padding: 10px; font-size: 0px; float: left;
}
.cs-buttons a {
	border: 1px solid #bbb; width: 10px; height: 10px; color: rgb(184, 196, 207); text-indent: -1000px; margin-left: 5px; float: left; border-radius:5px;
}

.cs-active {
	color: rgb(255, 255, 255); background-color: #02cccc;/*#9C0*/
}
.cs-title {
	padding: 10px; width: 200px; color: rgb(255, 255, 255); background-color: rgb(0, 0, 0); text-align:right; direction:rtl
}
.cs-prev {
	padding: 0px 10px; color: #fff; background-color: #000;
}
.cs-next {
	padding: 0px 10px; color: #fff; background-color: #000;
}
.cs-next:hover,.cs-prev:hover{
color:#9C0;
}