
.sliderContent
{
    float:left;
    width: 436px;
    margin:0px auto;
    padding: 0 0px 20px;
}
.viewer
{
    height:69px;
    margin:0 auto 25px;
    overflow:hidden;
    padding:1px;
    position:relative;
    width:416px;
}
.content-conveyor
{
    width: 610px;
    height: 335px;
    position: relative;
}
.item
{
    width: 87px;
    float: left;
    padding:0px 5px;
    font-family: Tahoma;
    text-align: center;
}
.sliderwrap
{       
    float:left;
    height:19px;
    border:solid 1px #d90000;
    padding:0px 0px 0px 8px;
    background:#270B0B;
    width: 426px;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
}
#slider
{
    height:19px;
    border:solid 0px #d90000;
    margin:0px;
    background:transparent;
    width: 380px;
}
#slider a
{
    height:17px;
    top:0px;
    width:52px;
    cursor:pointer;
    border:solid 1px #000;
    background:#d90000 url(../images/scroll-handle.gif) no-repeat center top;
}