/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/

#coin-slider{ background-size:450px auto !important;}
.coin-slider { overflow: hidden; zoom: 1; position: relative;}
.coin-slider a{ text-decoration: none; outline: none; border: none;background-size:450px auto; }

.cs-buttons { font-size: 0px; padding: 5px; float: left; }
.cs-buttons a { background:#303030; margin-left: 5px; height: 15px; width: 15px; float: left; color: #B8C4CF; text-indent: -1000px; border-radius:2px;-webkit-border-radius:2px;
-moz-border-radius:2px;}
.cs-active { background:#007de7 !important; color: #FFFFFF; }

.cs-title {
	width: 230px;
	height: 300px;
	padding: 10px 10px 10px 10px;
	font-size: 15px;
	background-color: #FFFFFF;
	color: #333333;
	z-index: 210;
	margin-left: 390px;
	font-weight: normal;
}

.cs-prev {width:40px;height:80px;background:url(/templates/MinimalBlue/images/nextprev.png) 0 -80px; background-size:auto auto !important;opacity:1.0 !important; top:120px !important;}
.cs-next {width:40px;height:80px;background:url(/templates/MinimalBlue/images/nextprev.png) 0 0;background-size:auto auto !important; opacity:1.0 !important;  top:120px !important; right: -190px;}

/*
     */
/*
*/