.gallery {
width:915px !important;
}

.gallery .carousel  {
padding: 10px 0px 0px 3px;
margin: 0 0 0px 0px;
position: relative;  
border:0px solid blue;
height:186px;
width:818px !important;
overflow:hidden;
float:left;
}
     
.gallery .carousel ul {
border:0px solid green;
}            

div.prev, div.next {
width: 40px;
height: 110px;
text-decoration: none;
border:0px solid red;
}

div.prev {
background: url('/i/larr.png') left center no-repeat;
float: left !important;
}
div.next {
background: url('/i/rarr.png') left center no-repeat;
float: right;
}
                     
.gallery .carousel li {
margin:0px;
border:0px solid red;
width: 165px !important;
height:186px !important;
}
.gallery .carousel li img{
  margin: 0px 0px 2px 0px;
  cursor: pointer;
}
            
            
