/*
	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; }
.outer_wrapper		{position:absolute;z-index:999; right:0px; bottom:61px; width:100%; text-align:right;}/*background:url('../images/cs-buttons-rep.png') 0px 0px repeat transparent;*/
.cs-buttons		{padding: 12px 0px 0px 0px;margin: 0px  30px 0px 0px; overflow:hidden; width:auto; display:inline-block; float:right;}
.cs-buttons 	{ font-size: 0px; }
.cs-buttons a 	{ margin-right: 10px; height: 18px; width: 18px; float:left; color: #B8C4CF; text-indent: -1000px; }
.cs-active {  color: #FFFFFF; }

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

.cs-prev, 
.cs-next {background:url('../images/next_prev.png') no-repeat transparent; color: #FFFFFF; padding: 21px 40px 22px 47px; font-size:0px; line-height:0px; display:none;}

.cs-prev	{background-position:100% 0;} 
.cs-next	{background-position:0 100%;}



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

.cs-buttons a			 	{ background-position: 0 100%;}
.cs-buttons a.cs-active 	{ background-position: 0 0;}

.coin-slider 	{}
#coin-slider	{position:absolute;}
