/******************************************/	
/* CSS powered by clock - www.clock.co.uk */
/******************************************/	


/**
* General Styles Used
*/
h2 span,
h3 span,
h4 span {
	display: none;
}

/* Panel styles (all panels which are absolutely positioned on the page) */
.panel {
	position: absolute;
	z-index: 10;
}
.panel h3.below-content {
	z-index: -1;
	position: absolute;
	background-repeat: no-repeat;
}
.panel h3.above-content {
	z-index: 20;
	position: absolute;
	background-repeat: no-repeat;
}
.panel a.roll-over {
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: transparent !important;
}
.panel a.roll-over span {
	display: none;
}

/**
* General Styles Used
*/
.below-content {
	z-index: 0;
}
.above-content {
	z-index: 20;
}
.clearer {
	clear: both;
}
.booking-background {
	z-index: 49;
}
.transparent a,
.transparent a:hover,
.transparent a:active,
a.transparent,
a:hover.transparent,
a:active.transparent {
	background-color: transparent;
}
a.secondary-theme {
	color: #000000;
}
a:hover.secondary-theme,
a:active.secondary-theme {
	color: #FFFFFF;
	background-color: #000000;
}

/* Tagging Styles */
.micro-button {
	font-size: 10px;
	position: relative;
	top: -1px;
	padding: 1px 5px 2px 5px !important;
}