/* 操作按钮*/
.operbtn, .operbtnHover, .smallBtn
{
    background: url(images/btnIcon.png) no-repeat 0 -80px;
    width: 111px;
    height: 34px;
    line-height: 34px;
    border: none;
}

.operbtnHover
{
    background-position: -112px -80px;
}

.smallBtn
{
    background-position: 0 -217px;
    width: 76px;
    height: 24px;
    line-height: 24px;
}

.btnEnter, .btnEnterHover
{
    background: url(images/indexImg.png) 0 0 no-repeat;
    background-position: 0 -93px;
    height: 32px;
    line-height: 32px;
    width: 108px;
    border: none;
    color: #fff;
}

.btnEnterHover
{
    background-position: -118px -93px;
}
