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

body {
font-family: arial, helvetica, sans-serif;
line-height: 1.1em;
font-size: 1.2em;
padding: 0%;}

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 635px;
background-color: #e9f1f1;
/*border: 0px solid #326e6a;*/
position: relative; /* added to try and fix IE6 bug - GG*/
padding:0;
margin:0;
}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
position: relative;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;
width: 635px;
}

#slideshow .slides ul {
width: 635px;}

#slideshow .slides li {
width: 635px;
float: left;
padding: 0px;}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
background-color: #e9f1f1;
border-top: 1px solid #669999;}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
display: block;
padding: 5px 15px;
outline: none;}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-color: #b2cbc8;}

.js #slideshow .slides-nav li.on a {
position: relative;
/*top: -4px;*/