/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */
html {
font-size: 76%;}

body {
font-family: arial, helvetica, sans-serif;
line-height: 1.4em;
font-size: 1.2em;
padding: 5%;}

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 500px;
text-align:left;
background-color: #eee;
BORDER-BOTTOM: #21577b 3px solid;
BORDER-top: #c3c3c3 1px solid;
}

#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: 500px;}

#slideshow .slides ul {
width: 2880px;}

#slideshow .slides li 
{
BACKGROUND: url(../images/base2.png) #fff repeat-x 0px -220px; 
width: 500px;
float: left;
PADDING-BOTTOM: 1px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; HEIGHT: 130px; PADDING-TOP: 5px;
}

#slideshow .slides h3 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
background-color: #f9f9f9;
border-top: 1px solid #ccc;}

#slideshow .slides-nav A:hover {
	BACKGROUND-COLOR: #f0f0f0; TEXT-DECORATION: underline
}
#slideshow .slides-nav li 
{
BORDER-BOTTOM: #b5babe 0px solid; BORDER-LEFT: #b5babe 1px solid; BORDER-TOP: #b5babe 0px solid; BORDER-RIGHT: #b5babe 1px solid ;
float: left;
}

#slideshow .slides-nav li a {
display: block;
padding: 9px;
width: 105px;
COLOR: #2765a2; FONT-SIZE: 12px; FONT-WEIGHT: bold;TEXT-DECORATION: none;
outline: none;}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a 
{
    color:#fff;
    BACKGROUND: url(../images/slides_top.gif) #fff repeat-x 0px 3px; 
    background-color: #3d84b2;
}
.js #slideshow .slides-nav li.on a {
position: relative;
top: -4px;}