/* CSS Document */



.bigBtn{
	background:url(../img/big.gif) no-repeat;height:12px;width:20px;
}
.nomalBtn{
	background:url(../img/medium.gif) no-repeat;height:12px;width:20px;
}
.smallBtn{
	background:url(../img/small.gif) no-repeat;height:12px;width:20px;}

a.smallBtn:hover{
	background:url(../img/small_f2.gif) no-repeat;height:12px;width:20px;
}

a.nomalBtn:hover{
	background:url(../img/medium_f2.gif) no-repeat;height:12px;width:20px;
}

a.bigBtn:hover{
	background:url(../img/big_f2.gif) no-repeat;height:12px;width:20px;
}