

#labTime{
	position: absolute;
	visibility: hidden;
	background-color: transparent;
	outline: none;
    border: none;
    border-radius: 0px;
    padding:0;
    margin:0;
    height:20px;
    top:12px;
	text-align:center;
}

#timeText{
    background-color: transparent;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    font-size: 1.6em;
	text-align:center;
    color: rgb(50,50,50);
    margin:0;
}

.styled {
	position: absolute;
	visibility: hidden;
	outline: none;
    border: none;
    margin: 0;
    border-radius: 0px;
    padding: 0;
}


#buttonLeft {
	background:url(../assets/images/buttonLeft.png);
	background-size: 62px 90px;
	width: 62px;
	height: 90px;
}
#buttonLeft:hover {
	background:url(../assets/images/buttonLeft_hover.png);
	background-size: 62px 90px;
	width: 62px;
	height: 90px;
}

#buttonRight {
	background:url(../assets/images/buttonRight.png);
	background-size: 62px 90px;
	width: 62px;
	height: 90px;
}
#buttonRight:hover {
	background:url(../assets/images/buttonRight_hover.png);
	background-size: 62px 90px;
	width: 62px;
	height: 90px;
}

#buttonTime {
	background:url(../assets/images/buttonTime.png);
	width: 212px;
	height: 248px;
}
#buttonTime:hover {
	background:url(../assets/images/buttonTime_hover.png);
	width: 212px;
	height: 248px;
}

#buttonBook {
	background:url(../assets/images/buttonBook.png);
	background-size: 211px 177px;
	width: 211px;
	height: 177px;
}
#buttonBook:hover {
	background:url(../assets/images/buttonBook_hover.png);
	background-size: 211px 177px;
	width: 211px;
	height: 177px;
}

#buttonMap {
	background:url(../assets/images/buttonMap.png);
	width: 211px;
	height: 177px;
}
#buttonMap:hover {
	background:url(../assets/images/buttonMap_hover.png);
	width: 211px;
	height: 177px;
}




@media
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) {
	#buttonTime {
		background:url(../assets/images/buttonTime.png);
		background-size: 212px 248px;
		width: 212px;
		height: 248px;
	}

	#buttonTime:hover {
		background:url(../assets/images/buttonTime_hover.png);
		background-size: 212px 248px;
		width: 212px;
		height: 248px;
	}
}




#buttonInvisibleRight {
	background:url(../assets/images/buttonRight_hover.png);
	background-size: 62px 90px;
}
#buttonInvisibleLeft {
	background:url(../assets/images/buttonLeft_hover.png);
	background-size: 62px 90px;
}
#buttonInvisibleBook {
	background:url(../assets/images/buttonBook_hover.png);
}
#buttonInvisibleMap {
	background:url(../assets/images/buttonMap_hover.png);
}
#buttonInvisibleTime {
	background:url(../assets/images/buttonTime_hover.png);
}

/*
.styled:hover {
}

.styled:active {
}
*/