/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/
.coin-slider {
	padding:0;
	zoom:1;
	z-index:0;
}

.coin-slider2 {
	padding:0;
	zoom:1;
	z-index:0;
}

.coin-slider a {
	text-decoration:none;
	outline:none;
	border:none;
}
/* buttons for switching */
.cs-buttons {
	margin:-40px 0 0;
	padding:30;
	font-size:0;
	float:left;
}
.cs-buttons a {
	margin:0 2px;
	width:20px;
	height:20px;
	float:left;
	color:#fff;
	text-indent:-10000px;
}
.cs-buttons a.cs-active {
	color:#fff;
}
/* text in slider */
.cs-title { /*display:none;*/
	padding:16px 60px 16px 24px;
	width:876px;
	color:#fff;
	font-size:15px;
	line-height:1.5em;
	background:url(../images/overlay.png) repeat left top;
}
.cs-title big {
	font-size:20px;
}
/* buttons Next and Prew */
.cs-prev, .cs-next {
	background:url(../images/overlay.png) repeat left top;
	color:#fff;
/*	padding:35px 10px;*/
	top: 320px !important;
	color:transparent;
	
	height:90px;
	width:50px;
	display:block;
	float:left;
	line-height:90px !important;
}
.tre14 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C00;
}
.top table tr td table tr .tre14 {
	color: #F00;
}
.top table tr td table tr .tre14 {
	font-family: "Arial Black", Gadget, sans-serif;
}
.top table tr td table tr .tre14 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.med14 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 16px;
}

#cs-prev-coin-slider{
	left:315px !important;
}

a.cs-coin-slider{
	cursor:default !important;
}