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


.coin-slider {
	overflow: hidden;
	zoom: 1;
	position: relative;
	width:850px;	
	
}
.coin-slider a {
	text-decoration: none;
	outline: none;
	border: none;
}
.cs-buttons {
	font-size: 0px;
	padding: 10px;
	float: left;
	
}
/*.cs-buttons a {
	margin-left: 5px;
	height: 10px;
	width: 10px;
	float: left;
	border: 1px solid #F00;
	color: #F00;
	text-indent: -1000px;
}*/

.cs-buttons a {
	background-image:url(../img/morango.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left: 5px;
	height: 35px;
	width: 35px;
	float: left;
	text-indent: -1000px;
}

.cs-buttons a:hover{
	background-image:url(../img/morango2.png);
	background-position:center;
	background-repeat:no-repeat;
}


.cs-active a:hover, a:active, a:visited{
	background-image:url(../img/morango2.png);
	background-position:center;
	background-repeat:no-repeat;
}

.cs-title {
	width: 840px;
	padding: 10px;
	background-color: #000000;
	color: #FFFFFF;
	font-weight:bold;
	font-size:16px;
}
.cs-prev, .cs-next {
	background-color: #DFDFD0;
	color: #03F;
	padding: 0px 10px;
}
