


/*   ++++++++++++++++++++++++++++++++ CSS for faders SCUBA LIBRE  ++++++++++++++++++++++++++++++++   */


/*   --- --- --- --- --- --- --- --- picture navigation --- --- --- --- --- --- --- ---   */

/* ------- Listen ------- */

.imnotthere {
	position: absolute;
	left: -10000px;
	height: 1px;
	overflow: hidden;
}


/* ---- three pics looping ----*/

#pics_reel_container {
	display: block;
	height: 180px;
	padding: 15px 0 15px 15px;
	margin: 0 0 0 0;
}

.pics_reel {
	float: left;
	padding:0 15px 0 0;
	margin: 0 0 0 0;
	width: 285px;
	height: 180px;
	display: block;
	font-weight: bold;
	font-size: 16px;
	z-index: 1;
}

/* ---- home page gallery ----*/

#gallery {
	display: block;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
	height: 265px;
	float:left;
}

.gallery_reel {
	float: left;
	margin: 0 0 0 0;
	width: 400px;
	height: 265px;
	display: block;
	font-weight: bold;
	font-size: 16px;
	z-index: 1;
}	
