/*
	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; }
.cs-buttons a { margin-left:1px; height: 36px; width: 35px; float: left; color: #B8C4CF; text-indent: -1000px; }
.cs-active {  color: #FFFFFF; }

.cs-title { background-color: #000000; color: #FFFFFF; }

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

.js	{padding:7px 0px 0px 7px;margin: 19px auto 0px auto; position:relative; width:958px;}


.cs-buttons a 			{background:url('../images/cs-buttons.png') 0px 0px no-repeat transparent;}
.cs-buttons a.cs-active { background:url('../images/cs-buttons-act.png') 0px 0px no-repeat transparent;}

.coin-slider 	{height:481px;}
#coin-slider	{position:absolute;}
.cs-buttons		{position:absolute;z-index:999; right:28px; bottom:17px;}
.img_slider{background:url('../images/img.png') 0px 0px no-repeat transparent; width:175px; height:175px; position:absolute; left:0; top:0; z-index:9999;}