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

#cs-buttons-slider{
	z-index: 100000;
}

.coin-slider {
	overflow: hidden;
  position: relative;
  background-repeat: no-repeat; 
}

.cs-slider{
	-o-background-size: 658px 344px;
  -webkit-background-size: 658px 344px;
  -khtml-background-size: 658px 344px;
  -moz-background-size: 658px 344px;
  background-size: 658px 344px;
}

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

/*	.coin-slider {
		-webkit-border-radius: 15px;
		-webkit-border-bottom-right-radius: 1px;
		-webkit-border-bottom-left-radius: 1px;
		-moz-border-radius: 15px;
		-moz-border-radius-bottomright: 1px;
		-moz-border-radius-bottomleft: 1px;
		border-radius: 15px;
		border-bottom-right-radius: 1px;
		border-bottom-left-radius: 1px;
	}*/



.cs-buttons {
	font-size: 0px;
  padding: 10px;
  float: left;
  /*display: none;*/
}

.cs-buttons a {
	margin-left: 5px;	height: 10px;	width: 10px;	float: left;	border: 1px solid #F87630;	color: #F87630;
  text-indent: -1000px;
/*	display: none;
  visibility: hidden;*/
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.cs-active { background-color: #F87630; color: #F87630; }

#cs-buttons-slider { display: none; visibility: hidden;}

.cs-title {
	width: 658px;
	height: 88px;
	padding: 0px;
	background: rgba(50, 50, 50, .60);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: left;
}

.cs-prev, 
.cs-next { background-color: #000; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 14px; padding: 0px 10px; }