ul#cl {
  margin: 10px 0 20px 0;
  padding: 0;
  list-style: none;
  width: 690px;
}
ul#cl li {
  margin: 0;
  padding: 0;
  float: left;
  width: 138px;
  height: 77px;
}
ul#cl li a {
  width: 138px;
  height: 77px;
  margin: 0;
  display: block;
  padding: 0;
  outline: 0;
}
ul#cl li a img {
  opacity: 0.99;
  width: 138px;
  height: 77px;
}
ul#cl li a:hover img {
  opacity: 0.7;
}

#content a.view-clients {
	width: 130px;
	height: 20px;
	display: block;
	float: left;
	background: url(../_img/buttons/viewallclients.gif) no-repeat 0 0;
	font-size: 0;
	text-indent: -9999px;
  margin-top: -3px;
}
#content a.view-clients:hover {
	background: url(../_img/buttons/viewallclients.gif) no-repeat 0 -20px;
}

.client-holder {
  border-top:1px dotted #74848F;
  padding-top: 15px;
}