div#clients
{
	float: left;
	width: 640px;
	height: 40px;
	margin-top:5px;
	margin-bottom: 5px;
	margin-left: 11px;
	margin-right: 0px;
	background-color: #fff;
}
div#left
{
	background: url(../images/bullet_left.gif) no-repeat;
	width: 17px;
	height: 100%;
	float: left;
}

div#right
{
	background: url(../images/bullet_right.gif) no-repeat;
	width: 17px;
	height: 100%;
	float: right;
}
div#left a,
div#right a
{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -1000em;
	overflow: hidden;
}
ul#clientArea {display:none;}
div#scrollerposition {float: left; width: 600px; height: 40px; padding-left: 3px; padding-bottom: 3px;}
div#scroller {position:relative; overflow:hidden; background-color:#fff; width: 100%; height: 100%;}
div#scroller img {position:absolute; bottom: 0px; border:none; border-right:10px solid #fff; height: 40px;}