/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */
html {
font-size: 80%;}

a img {border: none; }

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 610px;
	height: 508px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding:0 0 20px 0;
	overflow:hidden;
}

#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 {
	width: 410px;
	overflow: hidden;
	float: left;
	height:500px;
	border: 4px solid #75C3F6;
	background-color:#FFF;

}

#slideshow .slides ul {
	width: 6250px;
	height: 200px;
}

#slideshow .slides ul {
	background- color: #CCC;
}

#slideshow .slides li {
	width: 375px;
	overflow: hidden;
	float: left;
	padding: 20px;
	height:484px;
	font-family: Arial, Helvetica, sans-serif;
}


#slideshow .slides h2 {
	margin: 0;
	padding: 0 0 1em 0;
	color: #02297d;
	font-size:1.3em;
	text-transform: uppercase;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */

#slideshow .slides-nav {
	width: 188px;
	float: right;
	height:510px;	
	background-image:url(../Images/slidenavbg.png);
	background-repeat:repeat-x;
	color: #75C3F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

#slideshow .slides-nav li {
	width: 188px;
	margin-bottom: 3px;
	left: -2px;
	height: 40px;
}

#slideshow .slides-nav li a {
	display: block;
	outline: none;
	color: #fff;
	text-decoration: none;
	height: 26px;
	margin-top: 0px;
	margin-bottom: 3px;
	background-color: #75C3F6;
	background-image:url(../Images/slidenavbg.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	padding-top: 14px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-color: #75C3F6;
color: #02277b;
}

.js #slideshow .slides-nav li.on a {
position: relative;
left:-8px;
height:26px;
width:166px;
background-image:none;
}

/*******************************************************************************

 BROWSER HACKS: 

 *******************************************************************************/

#slideshow .slides {
	_width: 406px;
}

#slideshow .slides li {
	*width: 360px;
	_width: 365px;
	*height:439px;
	_height:444px;
	
}

#slideshow .slides-nav li {
	_width: 196px;
	_margin-bottom: 1px;
	_padding-bottom: 1px;
	_height: 20px;
}

#slideshow .slides-nav li a {
	_padding-top: 12px;
	_height: 26px;
}
