#frame
{
    position: relative;
    overflow:hidden;
    width: 280px;
    height: 352px;

    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;  
}

#tape, #q_tape, #a_tape
{
    position: absolute;
    white-space:nowrap;
}

#btrigger
{
    position: absolute;
    top: 166px;
    left: 6px;
    width: 36px;
    height: 56px;
    cursor: pointer;
    background-image: url("btnsprite.png");
}

#ntrigger
{
    position: absolute;
    top: 166px;
    right: 6px;
    width: 36px;
    height: 56px;
    cursor: pointer;
    background-image: url("btnsprite.png");
}

.nreg
{
    background-position: -40px 0px;
}

.npress
{
    background-position: -40px -56px;
}

.nover
{
    background-position: -40px -112px;
}

.breg
{
    background-position: 0px 0px;
}

.bpress
{
    background-position: 0 -56px;
}

.bover
{
    background-position: 0 -112px;
}

.galimage
{
    display: inline;
    position: relative;
}

.galtitle
{
    position: absolute;
    top: 297px;
    left: 0;
    width: 280px;
    height: 55px;
    background-image: url("halftransp.png");
}

.galtitle .gallabel
{
    position: absolute;
    
    height: 52px;
    font-size: 11px;
    font-family: Helvetica, Arial, Tahoma;
    color: #fff;

    padding: 10px;
}

.galouter
{
    float:left;
    position: relative;
}