.image-content {
    position: absolute;  
    top: 0;  
    left: 0;  
    display: block;  
}
#image-content-mask {
    height: 238px;
    width: 524px;
    position:relative;
    overflow:hidden;
    padding:0;
    background: #fff;
}
#image-content-scroller {
    position: relative; /* important */  
    overflow: hidden; /* important */  
    width: 100%; /* important */  
    height: 238px; /* important */  
}
#slider-screen{
    border: 0;
    float: right;
    position: relative;
}
#slider-screen .slide-changer{
    position: absolute;
    height: 28px;
    left: 65%;
    top: 85%;
}
.slide-changer a {
    display: block;
    float: left;
    height: 28px;
    text-align: center;
    font: 11px/28px Arial, Helvetica, sans-serif;
    color: #c2c2c2;
}
.slide-changer a.prev{
    width: 30px;
    background:url(../images/prev.png) no-repeat;
    text-indent: -9999px;
}
.slide-changer a.next{
    width: 30px;
    background: url(../images/next.png) no-repeat;
    text-indent: -9999px;
}
.slide-changer a.not-active{
    width: 18px;
    background: url(../images/bg-number.png) repeat-x;
}
.slide-changer .active{
    width: 18px;
    background: url(../images/bg-number-active.png) repeat-x;
    color: #fff;
}
