/* [Classes Slider ]*/

.cs-buttons {
	font-size: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	z-index: 1999;
	height: 25px;
	width: 125px;
	margin-top: 217px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 850px;
	text-align: right;
}


.cs-buttons a {
	margin-left: 5px;
	height: 18px;
	width: 20px;
	color: #0101A0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
}
.cs-active {
	background-color: #6CE1FF;
	color: #0101A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.cs-prev {
	height: 30px;
	width: 30px;
	background-attachment: scroll;
	background-image: url(../images/setaPrevNext.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0px;
}

.cs-next {
	height: 30px;
	width: 30px;
	background-attachment: scroll;
	background-image: url(../images/setaPrevNext.png);
	background-repeat: no-repeat;
	background-position: -37px top;
	font-size: 0px;
}
