#Slider {
	width:900px;
	height:330px;
	background:#FFF url(../images/slider/slider-bg.jpg) 0 0 no-repeat;
	margin:30px auto;
	position:relative;
}

/* root element for tabs  */
ul#SliderTabs {
	position:absolute;
	left:20px;
	bottom:1px;
	margin:0 !important; 
	padding:0;
	height:60px;
	width:870px;
}

/* single tab */
ul#SliderTabs li {
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;
	height:59px;
}

/* link inside the tab. uses a background image */
ul#SliderTabs li a { 
	float:left;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	display:block;
	height:59px;
	line-height:57px;
	text-decoration:none;
	border-bottom:0px;
	position:relative;
	top:1px;
	border-right:1px solid #CCC;
	padding:0 31px;
}
	ul#SliderTabs li.first a {
		border-left:1px solid #CCC;
	}

ul#SliderTabs li a:hover,
ul#SliderTabs li a.current {
	background-color:#FFF;
}
	
/* selected tab */
ul#SliderTabs a.current {
	color:#666;
}

	
/* tab pane */
div#SliderPanes > div {
	display:none;
	padding:15px 20px;
}


#NetworkSite {
	border:1px solid #900;
	display:block;
	width:300px;
	height:300px;
	background-color:#090;
}
	.siteHolder {
		float:left;
		display:inline;
		margin:20px auto 0;
		width:860px;
	}
		.siteHolder h2 {
			text-align:center;
		}
		.logoContent {
			float:left;
			display:inline;
			width:350px;
		}
			.logoContent img {
				float:right;
				display:inline;
				margin-right:25px;
			}
		.siteContent {
			float:right;
			display:inline;
			width:500px;
		}



div#holistic-health-sites {
	position:relative;
	width:100%;
	margin-top:25px;
}
	#holistic-health-sites a {
		position:absolute;
	}
	#holistic-health-sites a#dr-amy-yasko-logo {
		left:170px;
		top:9px;
	}
	#holistic-health-sites a#ch3-nutrigenomics-logo {
		left:88px;
		top:116px;
	}
	#holistic-health-sites a#holistic-health-international-logo {
		left:460px;
		top:10px;
	}
	#holistic-health-sites a#know-your-genetics-logo {
		left:530px;
		top:124px;
	}
