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

.opartslideshowClear {
	clear:both;
}
.opartslideshow {float: left;}
.coin-slider { overflow: hidden; zoom: 1; position: relative; margin:0px auto;}
.coin-slider a{ text-decoration: none; outline: none; border: none; }
.cs-buttons { display: none;font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { 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; }

.opartslideshow .cs-title {
	width: 100%;
	height:100%;
	padding:35% 12%;
	background-color:#ffffff;
	color: #000000;
	visibility: hidden;
	display: yes;
	text-align: center;
	
	
	}
.opartslideshow:hover .cs-title {visibility: visible;display: yes;cursor: pointer; }
.opartslideshow .cs-title h2{font-size: 1.7em;line-height: 1.5em;font-weight: bold;}
.opartslideshow .cs-title  p{font-weight: bold;text-decoration: none;font-size: 1.7em !important;}

.cs-prev, 
.cs-next {
	text-align: center;
	background-color: none;
	color: #000000;
	padding: 0px 0px;
	width: 50px;
        height: 50px;
	opacity: 0.83}
.cs-prev:hover:after,.cs-nex:hover:after {opacity: 1 !important;background-color: none;width: 50px; height: 50px;}
.cs-prev:after {
	content: "\f053";
	font-size: 21px;
        font-family: "FontAwesome";
	}
.cs-next:after {
	content: "\f054";
	font-size: 21px;
        font-family: "FontAwesome";
	}
