@charset "UTF-8";
/* Our Lady of the Hills Website CSS
	Design By: The Ad Ranch.
	URL:  http://www.adranch.com
	----------------------------------------------
	JQUERY SLIDER SYLE SHEET
*/

/* SLIDER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#gallery {
	position:relative;
	height:375px
}
#gallery a {
		float:left;
		position:absolute;
}
#gallery a img {
		border:none;
}
#gallery a.show {
		z-index:500;
}
.olh-slide-logo{
	float:left;
	position:absolute;
	z-index:600;
}
.olh-slide-text{
	float:left;
	position:absolute;
	z-index:600;
	margin: 300px 0 0 360px;
}
/* SLIDER CAPTION NOT USED
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#gallery .caption {
}
#gallery .caption .content {
}
#gallery .caption .content h3 {
}
	

