.overlay{
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: #000000;
		opacity: 0.4;
		padding: 0px;
		filter: alpha(opacity=40);
		display: none;
		z-index: 10;
		}
		
	#selectRestaurant a{
		position: absolute;
		top: 105px;
		left: 90px;
		width: 488px;
		height: 404px;
		background-image:url(../images/restaurant.jpg);
		background-repeat: no-repeat;
		z-index: 11;
		display: none;
		border: 10px solid #000000;
		border-right: none;
		float: left;
	}
	
	#selectAirline a{
		position: absolute;
		top: 105px;
		left: 578px;
		width: 434px;
		height: 404px;
		background-image:url(../images/airline.jpg);
		background-repeat: no-repeat;
		z-index: 11;
		display: none;
		border: 10px solid #000000;
		border-left: none;
		float: left;
	}
	
	#selectRestaurant a span,#selectAirline a span{
		display: none;
	}
	
	#selectRestaurant a:active,#selectRestaurant a:focus,#selectAirline a:active,#selectAirline a:focus{
		outline: none;
	}
