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


.coin-slider { width: auto;max-width: 100%;height: auto!important; overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ width: auto; max-width: 100%;height: auto!important; text-decoration: none; outline: none; border: none; }

.cs-buttons {  width: auto;font-size: 0px; padding: 10px; float: left; }
.cs-buttons a {  width: auto;margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { max-width: 100%;height: auto!important; width: auto; padding: 10px; background-color: #000000; color: #FFFFFF; }

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