a.button1{
background: transparent url('ImagesBoxingRoo/ButtonLeft1.gif') no-repeat top left;
display: block;
float: left;
font-family: arial,Verdana,Helvetica; font-size: 22px; font-weight: bolder; color: #000000;
line-height: 17px;
height: 33px; 
padding-left: 9px; 
text-decoration: none;
}

a:link.button1, a:visited.button1, a:active.button1{
color: #000000;
}

a.button1 span{
background: transparent url('ImagesBoxingRoo/ButtonRight1.gif') no-repeat top right;
display: block;
padding: 8px 9px 8px 0; 
}

a.button1:hover{ 
background-position: bottom left;
}

a.button1:hover span{ 
background-position: bottom right;
color: #FF0000;
}

.buttonwrapper{
overflow: hidden; 
width: 100%;
}