/*
	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; float: left;*/ position:absolute; top:171px; right:41px; z-index: 2000;}
.l-wrapper .cs-buttons a { display:block; text-align:center; background: url(/img/but_a.png) no-repeat 0 0; overflow:hidden; position:relative; zoom:1; margin-right: 16px; height: 29px; width: 32px; float: left; color: #fff; font-size:17px; padding-top:6px; /*text-indent: -1000px; */}
.l-wrapper .cs-buttons a.cs-active { background: url(/img/but_active.png) no-repeat 0 0; text-indent: -10000px; color: #FFFFFF;  overflow:hidden; position:relative; zoom:1; 
}

.cs-title { width: 308px; padding: 0; height:209px; color: #FFFFFF; background: url(/img/plaha.png) no-repeat 0 0;}
.title_holder{padding: 0 45px 0 27px; height:101px; margin-top: 31px; overflow:hidden;}
.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }
