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

/* #coin-slider {margin:0 auto; height:412px; width:956px; overflow:hidden;} */
#coin-slider {
	margin:0 auto; 
	height:150px; 
	width:350px; 
	overflow:hidden;
}

.coin-slider { 
	overflow: hidden; 
	zoom: 1; 
	position: relative;
}

.coin-slider a { 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

.cs-buttons {
	position:absolute !important; top:8px; 
	left:8px !important;
	margin-left:0 !important
}
.cs-buttons a {
	display:block; 
	width:13px; 
	height:13px; 
	float: left; 
	text-indent: -350px; 
	margin-right:2px; 
	background:url(../images/pagin.png) 0 0 no-repeat; 
}

.cs-buttons a:hover {
	background:url(../images/pagin-hover.png) 0 0 no-repeat;
}

.cs-active  {
	background:url(../images/pagin-hover.png) 0 0 no-repeat !important;
}

.cs-title { 
	width: 170px; 
	color: #fff; 
	font-size:18px; 
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; 
	font-weight:bold; 
	text-transform:uppercase; 
	top:42px; 
	left:10px !important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}

.cs-title span {
	font-size:18px; 
	display:block;
}

.cs-title span strong {
	font-size:18px; 
/* 	color:#5dbcda;  */
	color:#fff; 
/* 	font-weight:normal;  */
	font-weight:bold; 
	display:inline-block;
}

.cs-title strong strong {
	font-size:18px;
/* 	color:#5dbcda;  */
	color:#fff; 
/* 	font-weight:normal; */
	font-weight:bold; 
	display:block;
}

/* .cs-title strong strong {font-size:60px; color:#3f3e2f; font-weight:normal; display:block;} */

.cs-prev, .cs-next {
	background: #000; 
	color: #fff; 
	padding: 0px 5px; 
	display:none;
}
