﻿ /* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow 
{
	float: left;
	clear: both;
	position: relative;
	width: 673px;
	height: 308px;
	padding: 0;
	margin: 0;
	margin-bottom: 1.3em;
	overflow: hidden;
}
#slideshow h3 {
	font: 1.4em/1.2em Tahoma, Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	color: #fff;
	padding-bottom: 32px;
	margin-top: 0;
	margin-bottom: 0;
	background: transparent url(/web/20121006223442oe_/http://www.phe.gov/Style%20Library/phe.hhs.gov/images/slideshow-h3-bkgnd.png) no-repeat left bottom;
}
#slideshow p {
	font: 1.1em/1.5em Arial, Helvetica, sans-serif !important;
	color: #fff;
	margin-bottom: 0.8em;
}
#slideshow .description {
	position: absolute;
	top: 28px;
	left: 30px;
	width: 287px;
	color: #fff;
	line-height: 18px;
	margin-top: 0;
}
#slideshow .more {
	text-align: center;
}
#slideshow .photo {
	position: absolute;
	top: 15px;
	left: 336px;
}

#slideshow ul 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}

#slideshow ul:after 
{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides 
{
	overflow: hidden;
	width: 673px;
	height: 308px;
	margin: 0;
	padding: 0;
}

#slideshow .slides ul 
{ 
	margin: 0; 
	padding: 0; 
}


#slideshow .slides li {
	position: absolute;
	top: 0;
	left: 0;
	width: 673px;
	height: 308px;
	/* float: left; */
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 0%;
	background: #2d457b url(/web/20121006223442oe_/http://www.phe.gov/Style%20Library/phe.hhs.gov/images/slideshow-bkgnd.jpg) no-repeat left top;
}

#slideshow .slides li#slide-one { /* Causes the first slide to display and hides the controls if JavasSript is turned off */
	z-index: 200;
}
#slideshow #showallphotos {
	position: absolute;
	top: 267px;
	left: 108px;
	z-index: 90;
	width: 130px;
	height: 24px;
	font-size: 12px;
	line-height: 1.6em;
	text-align: center;
	background-color: #1c2d5f;
	border: 1px solid #567dd8;
	overflow: hidden;
}
#slideshow #showallphotos a {
	display: block;
	height: 21px;
	padding-top: 3px;
}
#slideshow #showallphotos a:link {
	color: #8caaff;
}
#slideshow #showallphotos a:visited {
	color: #8caaff;
}

#slideshow .slides img { border: none; }

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav 
{
	background: none;
	position: absolute;
	top: 267px;
	left: 108px;
	z-index: 100;		
	margin: 0;
	padding: 0;
	width: 130px;
	height: 24px;
	background-color: #1f325d;
	border: 1px solid #567dd8;
}


#slideshow .slides-nav li
{	
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#slideshow .slides-nav li a
{
	float: left;
	display: block;
	margin: 0;
	width: 26px;
	height: 24px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	color: #8caaff;
	border: none;
	background-color: #1f325d;
}

html>body #slideshow .slides-nav li a
{
	/*background: transparent url(/web/20121006223442oe_/http://www.phe.gov/Style%20Library/phe.hhs.gov/images/nhov-bottom.gif) no-repeat bottom right;*/
}

.js #slideshow .slides-nav li.on 
{
	/*background: url(/web/20121006223442oe_/http://www.phe.gov/Style%20Library/phe.hhs.gov/images/nav-top.gif) no-repeat top left;*/
}
.js #slideshow .slides-nav li.on a 
{
	color: #fff;
	background-color: #567dd8;
	background-image: none;
	/*background: url(/web/20121006223442oe_/http://www.phe.gov/Style%20Library/phe.hhs.gov/images/nav-bottom.gif) no-repeat bottom right !important;*/
}
