/*** More buttons ***/
a.morebtn {
	display:block;
	width:82px; height:33px;
	margin: 0px; padding: 0px;
	text-decoration: none;
  background: url("../images/buttons/morebtn_en.png") 0 0 no-repeat;
}
a.morebtn:hover {
  background: url("../images/buttons/morebtnon_en.png") 0 0 no-repeat;
}
a.morebtn:active {
  background: url("../images/buttons/morebtnon_en.png") 0 0 no-repeat;
}

/*** Games buttons ***/
a.gamesbtn {
	display:block;
	width:152px; height:91px;
	margin: 0px; padding: 0px;
	text-decoration: none;
  background: url("../images/buttons/games_en.png") 0 0 no-repeat;
}
a.gamesbtn:hover {
  background: url("../images/buttons/gameson_en.png") 0 0 no-repeat;
}
a.gamesbtn:active {
  background: url("../images/buttons/gameson_en.png") 0 0 no-repeat;
}

/*** Cabintes buttons ***/
a.cabinetsbtn {
	display:block;
	width:148px; height:91px;
	margin: 0px; padding: 0px;
	text-decoration: none;
  background: url("../images/buttons/cabinets_en.png") 0 0 no-repeat;
}
a.cabinetsbtn:hover {
  background: url("../images/buttons/cabinetson_en.png") 0 0 no-repeat;
}
a.cabinetsbtn:active {
  background: url("../images/buttons/cabinetson_en.png") 0 0 no-repeat;
}
