@charset "utf-8";
/* CSS Document */




.clients_rotator .wrapper {
	width: 150px; /* .clients_rotator width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: auto;
	height: 64px;
	margin: 0;
	position: absolute;
	top: 13px;
	left:13px;
	
}



.clients_rotator ul a img {
	width:150px;  /* the width of the pictures*/
	height:64px;
  
  
}

.clients_rotator .wrapper ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0px;
  left:0px;
}

.clients_rotator ul li {
	display:block;
	float:left;
	padding: 0px;
	
	
 	
}


.clients_rotator ul li a{
	display:block;
	width:150px;
	height:64px;
	background-color: #fff;
	font-size: 11px;
	overflow:hidden;
	
}


.clients_rotator ul li a img {
  display:block;
  width:150px;
  height:64px;
 
}



.clients_rotator a{

border:none;
}

.clients_rotator .arrow {
  display: block;
  height: 20px;
  width: 15px;
  background: url(../images/rotator_arows.png) no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: 34px;
  cursor: pointer;
  outline: none;
  background-color:transparent;
}
.clients_rotator .forward {
  background-position: right top;
  right: -5px;
}

.clients_rotator .back {
	
  background-position: left top;
  left: -5px;
}

.clients_rotator .forward:hover {
  background-position: right bottom;
}

.clients_rotator .back:hover {
  background-position: left bottom;
}
