/*buttons with jQuery */
.offerbutton {
	clear: both;
	position:relative;
	display:block;
	height: 70px;
	width: 350px;
	background:url(images/contact_for_offer.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.offerbutton span.hover {
	position: absolute;
	display: block;
	height: 70px;
	width: 350px;
	background: url(images/contact_for_offer.png) no-repeat;
	background-position: bottom;
}
.hotelbutton {
	clear: both;
	position:relative;
	display:block;
	height: 95px;
	width: 300px;
	background:url(images/hotel_sprite.jpg) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.hotelbutton span.hover {
	position: absolute;
	display: block;
	height: 95px;
	width: 300px;
	background: url(images/hotel_sprite.jpg) no-repeat;
	background-position: bottom;
}
.eshopbutton {
	clear: both;
	position:relative;
	display:block;
	height: 95px;
	width: 300px;
	background:url(images/eshop_sprite.jpg) no-repeat;
	background-position:0 0;
	cursor: pointer;
}	
.eshopbutton span.hover {
	position: absolute;
	display: block;
	height: 95px;
	width: 300px;
	background: url(images/eshop_sprite.jpg) no-repeat;
	background-position: bottom;
}
