.carousel{
    max-width: 1000px;
    margin: 0 0 0 0;
    width:100%;
    border: 1px solid #b8b8b8;
    padding: 10px 0 0 0px;
}

.carousel-wrapper {
   overflow: hidden; 
   position:relative;
}
.carousel-items {
   width: 10000px; 
   position: relative; 
   text-align: center;
}
.carousel-block {
    float: left; 
    width: 170px;
    padding: 0 9px;
    position: relative;
}

.carousel-button-left a, .carousel-button-right a{
   width: 23px; 
   height: 23px; 
   position: relative;
   top: 8px;
   cursor: pointer; 
   text-decoration:none;
  background: url(carousel-btns.png); 

}
.carousel-button-left a{
    float: left; 
    margin-left: 10px;
    background-position:  0 0;
}
.carousel-button-right a{
   float: right;
   margin-right: 10px;
   background-position: -23px 0;
}

.carousel-button-left a:hover{
  background-position: 0 -24px;
}

.carousel-button-right a:hover{
  background-position: -24px -24px;
}

.carousel-block img{
    position: relative;
    max-height: 45px;
    max-width: 170px;
}