/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/


.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; margin:0px auto;text-align: center; overflow: hidden;margin-top:-50px;z-index: 20;position: relative;width:250px;text-align: center;}
.cs-buttons a { margin-left: 8px; height: 25px; width: 25px; float: left; background:url(../img/silder-before.png) no-repeat center center;}
.cs-buttons .cs-active {background:url(../img/silder-after.png) no-repeat center center;}

.cs-title { width: 545px; padding: 10px; background-color:#000000; color:#FFFFFF; }

.coin-slider .cs-prev, 
.coin-slider .cs-next { width:40px;height:65px;}
.cs-prev{background: url(../img/left.png) no-repeat;margin-left: 40px;}
.cs-next{background: url(../img/right.png) no-repeat;margin-right: 40px;}