/* CSS Document */
a#pt_button
{
display:block;
background-image:url(gfx/tigger_up.jpg);
width:38px;
height:50px;
}
a#pt_button:hover
{
background-image:url(gfx/tigger_down.jpg);
width:38px;
height:50px;
}