.bottom {
	clear: both;
	margin: 0 auto 25px;
	position: relative;
}
.bottom ul li {
	height: 26px;
	list-style-type: none;
	text-align: center;
	width: 120px !important;
float: left;
}
.logo-slider {
  background:#ffffff;
  overflow: hidden;
  text-align: center;
  width: 900px;
/*height: 30px;*/
padding:10px 0;
}
#buttons {
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
}
. next {
	cursor: pointer;
	display: block;
	float: right;
	height: 26px;
	width: 26px;
	background: url([[root_url]]/uploads/images/img/next.png) no-repeat 0 0;
}
. next:hover {
	background-position: 0 bottom;
}
.jcarousel-prev {
	background: url([[root_url]]/uploads/images/img/prev.png) no-repeat 0 0;
	cursor: pointer;
	display: block;
	float: left;
	height: 26px;
	width: 26px;
}
.jcarousel-prev:hover {
	background-position: 0 bottom;
}