/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/


.coin-slider { overflow: hidden; zoom: 1; position: relative; height: 250px;}
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: right; position:relative; top:-45px; right:25px;}
.cs-buttons a { display:block; margin-left: 10px; height: 17px; width: 16px; float: left; border: none; color: #B8C4CF; text-indent: -1000px; background:url(../i/slide_bull.png) no-repeat; background-position: 0px 0px; }
.cs-buttons a.cs-active { background-position: 0px -23px; color: #FFFFFF; }

/*.cs-title { width: 315px; padding:5px 100px 5px 60px;  color: #FFFFFF; background:url(../i/plashka.png) left top no-repeat; height:59px; filter: alpha(opacity=100) !important; -moz-opacity: 1 !important; -khtml-opacity: 1 !important; opacity:1 !important;}*/

/*.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }*/

.cs-title span{
	display:block;
	padding-left:15px;
}

/*.head_txt{
	font-size:1.5em;
	background:url(../i/head_pl.png) left 7px no-repeat;
}*/

#cs-navigation-coin-slider a{
	width:80px;
	height:234px;
}

#cs-navigation-coin-slider a.cs-prev{
	background-position:left center;
}

#cs-navigation-coin-slider a.cs-next{
	background-position:right center;
}