/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/

#coin-slider {margin:0 auto; height:412px; width:956px; overflow:hidden;}
.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons {position:absolute !important; top:20px; left:35px !important; margin-left:0 !important}
.cs-buttons a {display:block; width:13px; height:13px; float: left; text-indent: -1000px; margin-right:2px; background:url(../images/pagin.png) 0 0 no-repeat; }
.cs-buttons a:hover {background:url(../images/pagin-hover.png) 0 0 no-repeat;}
.cs-active  {background:url(../images/pagin-hover.png) 0 0 no-repeat !important;}

.cs-title { width: 370px; color: #fff; font-size:26px; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; text-transform:uppercase; top:158px; left:56px !important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;}
.cs-title span {font-size:60px; display:block;}
.cs-title span strong {font-size:60px; color:#a2c429; font-weight:normal; display:inline-block;}
.cs-title strong strong {font-size:60px; color:#3f3e2f; font-weight:normal; display:block;}

.cs-prev, .cs-next {background: #000; color: #fff; padding: 0px 10px; display:none;}
