.SuperCounterStyle
{
float: left;
line-height: 20px;
height: 20px;
margin-left: 3px;
}

.SuperCounterStyle a
{
display: block;
text-decoration: none;
width: 9px;
height: 9px;
line-height: 9px;
color: white;
font-size: 11px;
background: url(img/button.png) top left no-repeat;
overflow: hidden; 
text-align: center;
}

.SuperCounterStyle a:hover
{
background-image: url(img/button_hover.png);
}

.SuperCounterStyle a.Plus
{
left: -10px;
margin-bottom: 2px;
}

.SuperCounterStyle a.Minus
{

}