@charset "utf-8";
/* CSS Document */

#intro_wrap {
background-image: url(http://www.ospreysdominion.com/img/bg/intro.png);
background-repeat: repeat-y;
padding: 0 5px; }

#intro_btm {
background-image: url(http://www.ospreysdominion.com/img/bg/introbtm.png);
background-repeat: no-repeat;
height: 20px;
margin: 0 auto; }

#intro_btns {
background-color: #4c6ba5;
background-image: url(http://www.ospreysdominion.com/img/bg/intro_btns.jpg);
background-repeat: no-repeat;
height: 116px; /* remove this */
padding: 10px 10px 0 10px; }

#intro_pics {
	float: left;
height: 300px;
width: 630px;}

#featured {
	background:url(http://www.ospreysdominion.com/images/feat-jul10.jpg);
	float: left;
	width: 270px;
	height: 300px; }

#featured a {
color: #000;
display: block;
height: 300px;
width: 270px; }

#intro_btns a {
color: #fff;
text-decoration: none; }

#intro_btns a:hover {
text-decoration: underline; }

#intro_btns img {
margin-bottom: 5px; }

#gallery {
	background-color: #000;
	position:relative;
	height:400px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	
