#slider {
    clear: both;
    height: 358px;
    position: relative;
}
#slider .round {
      height: 358px;
    margin-left: 135px;
    width: 750px;
}
#slider .round ul li {
    display: none;
}
#slider .round ul li img{ border:0}
.roundabout-holder {
    height: 358px;
    list-style: none outside none;
    padding: 0;
}
.roundabout-moveable-item {
    border: 0 none;
    cursor: pointer;
    height: 287px;
    width: 252px;
}
.roundabout-in-focus {
    cursor: auto;
    z-index: 99999999 !important;
}
.roundabout-moveable-item img {
    display: block;
    height: 100%;
    width: 100%;
}
#slider a.btnPrev, #slider a.btnNext {
    display: block;
    height: 49px;
    overflow: hidden;
    position: absolute;
    text-indent: -1000em;
    top: 132px;
    width: 26px;
    z-index: 999;
}
#slider a.btnPrev {
     background: url("../images/prev.png") no-repeat scroll 0 -49px transparent;
    right: 17px;
}
#slider a.btnNext {
    background: url("../images/next.png") no-repeat scroll 0 -49px transparent;
    left: 17px;
}
#slider a:hover {
    background-position: 0 top !important;
}
#slider a.btnNext:hover {
    left: 16px;
}