 /* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow 
{
		float: left;
		clear: both;
		position: relative;
		width: 616px !important;
		height: 310px;
		padding: 0;
		padding-bottom: 0;
		margin: 0;
		overflow: hidden;
		background: #fff url(../images/slideshow-bkgnd2.jpg) no-repeat left top;
}
#slideshow h2 {
 	position: absolute;
 	left: -9000px;
 	width: 1px;
 	height: 1px;
 	overflow: hidden;
}
#slideshow h3 {
	position: absolute;
	top: 28px;
	left: 28px;
	margin-top: 0;
}
#slideshow h3 a {
 	position: absolute;
 	left: -9000px;
 	width: 1px;
 	height: 1px;
 	overflow: hidden;
}
#slideshow .description {
	position: absolute;
	top: 65px;
	left: 27px;
	color: #fff;
	width: 250px;
	font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin-top: 0;
}
#slideshow .more {
	position: absolute;
	top: 239px;
	left: 131px;
	width: 66px;
	height: 24px;
	margin-top: 0;
	background: transparent url(../images/button-more-blue.gif) no-repeat left top;
}
#slideshow .more a {
	display: block;
	width: 66px;
	height: 24px;
}
#slideshow .more span {
 	position: absolute;
 	left: -9000px;
 	width: 1px;
 	height: 1px;
 	overflow: hidden;
}
#slideshow .photo {
	position: absolute;
	top: 20px;
	left: 308px;
}

#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: 616px;
		height: 328px;
		margin: 0;
		padding: 0;
}

#slideshow .slides ul 
{ 
		margin: 0; 
		padding: 0; 
}


#slideshow .slides li {
	position: absolute;
	top: 0;
	left: 0;
	width: 616px;
	height: 328px;
	/* float: left; */
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 0%;
	background: #1b3570 url(../images/slideshow-bkgnd2.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 #showallslides {
	position: absolute;
	top: 282px;
	left: 98px;
	z-index: 90;
	width: 130px;
	height: 24px;
	font-size: 12px;
	line-height: 1.6em;
	text-align: center;
	overflow: hidden;
}
#slideshow #showallslides a:link {
	color: #82b0d2;
}
#slideshow #showallslides a:visited {
	color: #82b0d2;
}

#slideshow .slides img { border: none; }

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav 
{
		background: none;
		position: absolute;
		top: 282px;
		left: 98px;
		z-index: 100;		
		margin: 0;
		padding: 0;
		width: 52px;
		height: 24px;
		background-color: #1c3671;
		border: 1px solid #426ead;
}


#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: #82b0d2;
		border: none;
		background: #1c3671 url(../images/slideshow-controlbkgnd.gif) no-repeat top right;
}

html>body #slideshow .slides-nav li a
{
		/*background: transparent url(../images/nhov-bottom.gif) no-repeat bottom right;*/
}

.js #slideshow .slides-nav li.on 
{
		/*background: url(../images/nav-top.gif) no-repeat top left;*/
}
.js #slideshow .slides-nav li.on a 
{
		color: #fff;
		background-color: #426ead;
		background-image: none;
		/*background: url(../images/nav-bottom.gif) no-repeat bottom right !important;*/
}

 
/* The Nivo Slider styles */
.nivoSlider {
	position:absolute !important;;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	background: url(../images/arrows.png) no-repeat;
    background-position: -0.8px 0;
    left: 15px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
}
.nivo-nextNav {
	background: url(../images/arrows.png) no-repeat;
background-position: -30px 0;
right: 15px;
width: 30px;
height: 30px;
text-indent: -9999px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:absolute!important;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
