#slotMachine
{
    width: 352px; height: 195px; position: relative; left:27px; top:20px; background-image: url(../images/frame.gif); background-repeat: no-repeat;
}

#slotMachine .window
{
     width: 321px; height: 164px; position: absolute; top: 15px; left: 17px;
}

#slotMachine .window .wheel
{
    position: absolute; top: 2px; width: 159px; height: 160px;
}

#slotMachine .window .wheel intro
{
    display: block;
}

#slotMachine .window .wheel .animation, #slotMachine .window .wheel .meat, #slotMachine .window .wheel .side
{
    display: none;
}




#slotMachine .window .wheel ul
{
    margin: 0px;
    padding: 0px;
}

#slotMachine .window .wheel ul li
{   
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#slotMachine .window #wheelLeft
{
    left: 1px;
}


#slotMachine .window #wheelRight
{
    left: 161px;
}


#slotMachine .window .overlay
{
    width: 321px; height: 164px; position: absolute; top: 0px; left: 0px;
}