#gal{
    position:relative;
    left:0px;
    overflow:hidden;
    width:574px !important;
    height:105px !important;
}
#slider{
    position:relative;
    left:0px;
}
.box {
    position: relative;
    float:left;
    margin: 0px 80px;
    height: 100px;
    width: 410px;
    padding: 0px;
    border: 1px solid #eae9e9;
}
/*buttons*/
.prevbut {
    left: 8px;
    position: absolute;
    top: 50px;
    z-index: 999;
}
.nextbut {
    right: 8px;
    position: absolute;
    top: 50px;
    z-index: 999;
}
#counter{
    display: none;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 2;
    background: #fff;
    height: 15px;
    padding:2px 5px;
    text-align: center;
}
#accessoname {
    width: 290px;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}