/*---Addams Family: About Style Sheet---*/

/*---Subtitle---*/
#titleSights {
	background: url(/img/sights_title.png) no-repeat 0 0;
}

/*---Sights and Sounds Flash---*/
#sightsFlash {
	width: 795px;
	margin: 3px auto 0 auto;
}

/*---Sights and Sounds Feature Box---*/
#sightsFeature {
	width: 800px;
	height: 95px;
	margin: 0px auto 0 auto;
	/*background: url(/img/sights_featured_bg.png) no-repeat 0 2px;*/
}

#sightsFeature a {
	/*padding: 0 0 0 625px;*/
}

#sightsFeature #featured_sound {
	margin-left: 49px; position: relative; top: -2px;
}

/*---Family Subnav---*/
#subnav {
	width: 564px;
	height: 34px;
	margin: 24px auto 0 auto;
}

#subnav li {	
	margin: 0 9px;
	float: left;
	display: inline;
	list-style-type: none;
}

#subnav li a {
	height: 34px;
	display: block;
	text-indent: -40000px;
}

#subnav #slideshow a {
	width: 166px;
	background: url(/img/sights_subnav_slideshow.png) no-repeat 0 0;
}

#subnav #photos_video a {
	width: 216px;
	background: url(/img/sights_subnav_photos.png) no-repeat 0 0;
}

#subnav #audio a {
	width: 128px;
	background: url(/img/sights_subnav_audio.png) no-repeat 0 0;
}

#subnav #slideshow a.on, #subnav #photos_video a.on, #subnav #audio a.on{
	background-position: 0 -34px !important;
}