﻿.scrollhorizontoleft
{
    background-image: url(../images/userdisplay/toleft.gif);
    background-position: left center;
    background-repeat: no-repeat;
    width: 20px;
    padding-right: 10px;
    height: 25px;
    float: left;
    cursor: pointer;
    line-height:25px;
}
.scrollhorizontoleft1
{
    background-image: url(../images/userdisplay/toleft1.gif);
    background-position: left center;
    background-repeat: no-repeat;
    width: 20px;
    padding-right: 10px;
    height: 25px;
    float: left;
}
.scrollhorizontoright
{
    background-image: url(../images/userdisplay/toright.gif);
    background-position: right center;
    background-repeat: no-repeat;
    width: 19px;
    height: 25px;
    float: right;
    cursor: pointer;
}
.scrollhorizontoright1
{
    background-image: url(../images/userdisplay/toright1.gif);
    background-position: right center;
    background-repeat: no-repeat;
    width: 19px;
    height: 25px;
    float: right;
}
.scrollhorizon
{
    height: 25px;
    width: 100%;
}
.scrollhorizonitem
{
    float: left;
    text-align: center;
    padding: 0 5px 0 5px;
}
