div.clients_index img {
	float:left;
	margin:0 4px 6px 0;
	height:60px;
}
div#customers {
	width:424px;
	height:100px;
	background-image:url(/images/eng/customers-rus.gif);
	background-position:20px 20px;
	background-repeat:no-repeat;
}
/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */

div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  padding-top:40px;
  height: 100px;
  width: 424px;
  /* Add scroll-bars */
  overflow: auto;
}
ul.sc_menu {
  display: block;
  height: 100px;
  /* Max width here, for users without Javascript */
  width: 1500px;
  padding: 15px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  background: url('navigation.png');
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu img {
  border: 1px #fff solid;
  padding:2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  filter:alpha(opacity=30);
  opacity: 0.3;
  background:#fff;
}
.sc_menu a:hover img {
  filter:alpha(opacity=100);
  opacity: 1;
  border: 1px #fff solid;
}