/*=======================
~. Gallery
=========================*/

/*body {
	background:url(../images/boh-terminal/BOH-Background.jpg) repeat-x #92c1f5 !important;
}*/



/*#footer {
	background:url(../images/boh-terminal/footer.png) no-repeat !important;
}

body{
	font-family:arial
}*/

.clear {
	clear:both
}

#gallery {
	position:relative;
	height:300px;
	margin:5px 0 20px 20px;
	z-index:1;
}
	#gallery a {
		float:left;
		position:absolute;
		border-bottom:none;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:50px; 
		width:100%; 
		position:absolute;
		bottom:0;
		font-size:14px;
	}

	#gallery .caption .content {
		margin:5px
	}
	


