.image-content {
    position: absolute;  
    top: 0;  
    left: 0;  
    display: block;  
}
#image-content-mask {
    height: 289px;
    width: 930px;
    position:relative;
    overflow:hidden;
    padding:0;
}
#image-content-scroller {
    position: relative; /* important */  
    overflow: hidden; /* important */  
    width: 100%; /* important */  
    height: 283px; /* important */  
}
#slider-screen{
    border: 0;
    float: right;
    position: relative;
    background:#fff;
}
#slider-screen .slide-changer{
    position: absolute;
    height: 28px;
    right: 3%;
    top: 82%;
   /* background:url(../images/background.png) repeat; */
}
.movebutton {
    display: block;
    float: left;
    height: 0px;
    text-align: center;
    font: 11px/28px Arial, Helvetica, sans-serif;
    color: #c2c2c2; 
    text-decoration:none;
}
#prev-item{
    width: 30px;
    height:52px;
    background:url(../images/leftbutton.png) no-repeat scroll 5px 7px;
    text-indent: -9999px;
    position:absolute;
    left:1px;
    top:110px;
}
#next-item{
    width: 30px;
    height:52px;
    background:url(../images/rightbutton.png) no-repeat scroll 5px 7px;
    text-indent: -9999px;
    position:absolute;
    left:895px;
    top:110px;
}
.slide-changer a.not-active{
    width: 5px;
    padding:3px;
    margin:3px;
    /* background: url(../images/Box.png) repeat-x scroll 0px 6px; */
}
.slide-changer .active{
    /* background: url(../images/Box_rollover.png) repeat-x scroll 0px 6px; */
    padding:3px;
    width: 5px;
    margin: 3px;
}