#logo-rotator #selected-customers {
	position: relative;
	background-color: #fff;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
	width: 700px;
	height: 27px;
	*margin-top:10px;
}
#logo-rotator #selected-customers ul {
	/*margin-left: 35px;*/
	list-style:none;
}
#logo-rotator #selected-customers li {
	display: inline;
	margin-right: 27px;
	list-style:none;
	float:left;
}
#logo-rotator h3 {
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #c3c3a7;
}
#logo-rotator #selected-customers a {
	text-decoration: none;
}
#logo-rotator #selected-customers a:hover {
	text-decoration: underline;
}
#logo-rotator #selected-customers a.more-customers {
	position: absolute;
	right: 20px;
	bottom: 9px;
	font-size: 11px;
	color: #a7a78b;
}

