
#slider {
	list-style:none;
	padding:0 30px;
	width:100% !important;
	height:100% !important;

}
#prev, #next {
	position: absolute;
	z-index: 99;
	top: 40px;
	font-size: 600px;
	height: 37px;
	width: 22px;
	cursor: pointer;
}
#prev {
	left: 0px;
	background: url(../images/arrows-left.png) 0 0 no-repeat;
}
#next {
	right: 0;
	background: url(../images/arrows-right.png) 0 0 no-repeat;
}


#nav {
	text-align: center;
}
#nav a {
	background: url("../images/clients_button.png") no-repeat 0 0;
	height: 10px;
	width: 10px;
	display: inline-block;
	text-indent: -999;
	color: #acacac;
	font-size: 2px;
	margin: 0 0 0 4px;
}
#nav a.activeSlide {
	background: url("../images/clients_button.png") no-repeat 0 -15px;
	color: #333333;
}
.clear {
	clear: both;
}

