.donors ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
	line-height: 24px;
}
.donors ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 478px;
}
.donors .list {
	min-height: 240px;
	position: relative;
	width: 400px;
	overflow: hidden;
	padding: 0 0 0 30px;
	margin: 12 0 24px;
}
.donors .number-ul {
	border: 1px solid #EBEBEB;
	text-align: center;
	padding: 3px 0 5px;
}
.donors .prev {
	background: url(/images/arrow-l.gif) no-repeat;
	width: 17px;
	height: 17px;
	left: 0;
}
.donors .next {
	background: url(/images/arrow-r.gif) no-repeat;
	width: 17px;
	height: 17px;
	right: 0;
}
.donors .prev, .donors .next {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 44%;
}