#slider_top .scrollable {
    position:relative;
    overflow:hidden;
    width: 946px;
    height:262px;
    margin: 0px auto;
    border: 7px solid #fff;
    border-radius: 12px;
    -ms-border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
}
#slider_top .scrollable .items {
    width:20000em;
    position:absolute;
    clear:both;
}
#slider_top .items div {
    float:left;
    width:960px;
}
#slider_top .scrollable img {
    margin:0px;
    padding:0px;
    width:946px;
    height:262px;
}
#slider_top .scrollable .box {
    float:left;
    margin:0px;
    padding:0px;
    width:960px;
    height:auto;
}
#slider_top .scrollable .active {
    border:2px solid #000;
    position:relative;
    cursor:default;
}




/*BUTTONS*/
a.browse {
    background: url("../images/hori_large.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1px;
    height: 70px;
    margin: 40px 10px;
    width: 67px;
}
a.right {
    background-position: 0 -70px;
    clear: right;
    margin-right: 0;
    position: absolute;
    right: -40px;
    top: 67px;
    z-index: 500;
}
a.right:hover {
    background-position: -67px -70px;
}
a.right:active {
    background-position: -134px -70px;
}
a.left {
    margin-left: 0;
    position: absolute;
    left: -30px;
    top: 67px;
    z-index: 500;
}
a.left:hover {
    background-position: -67px 0;
}
a.left:active {
    background-position: -134px 0;
}
a.up, a.down {
    background: url("../images/vert_large.png") no-repeat scroll 0 0 transparent;
    float: none;
    margin: 10px 50px;
}
a.up:hover {
    background-position: -67px 0;
}
a.up:active {
    background-position: -134px 0;
}
a.down {
    background-position: 0 -70px;
}
a.down:hover {
    background-position: -67px -70px;
}
a.down:active {
    background-position: -134px -70px;
}
/*
a.disabled {
    visibility: hidden !important;
}*/