﻿.SpinnerControl
{
    overflow:auto;
    float:left
}
.SpinnerControl div
{
    height:26px;
    line-height:26px;
    float:left;
}
.SpinnerControl .LeftButton
{
    width:13px;
    background: url("left.png") no-repeat left center transparent;
    cursor:pointer;
    opacity:0.7;
}
.SpinnerControl .LeftButton:hover
{
    width:13px;
    background: url("left.png") no-repeat left center transparent;
    cursor:pointer;
    opacity:1;
}
.SpinnerControl .ValueDisplay
{
    min-width:30px;
    border: 1px solid #ccc;
    height: 25px;
    overflow:auto;
    font-family:Verdana;
    font-size:14px;
    line-height:25px;
    text-align:center;
}
.SpinnerControl .RightButton
{
    width:13px;
    background: url("right.png") no-repeat right center transparent;
    cursor:pointer;
    opacity:0.7;
}
.SpinnerControl .RightButton:hover
{
    width:13px;
    background: url("right.png") no-repeat right center transparent;
    cursor:pointer;
    opacity:1;
}