@charset "utf-8";
/* CSS Document */

/* Booking gadget button customization - change the name of the image only */
a#gcBooking{
	width:50px;
	height: 160px;
	position:fixed;
	right:0;
	top:25%;
	z-index:100000;
	text-indent:-100000px;
	text-align:left;
	overflow:hidden;
	background:url(en_yellow1.png) no-repeat 10px 0px; /*change name of the image only */
}
a#gcBooking:hover {	background:url(en_yellow1.png) no-repeat 0px 0px;}
