/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */
html {
font-size: 50%;}

body {
font-family: arial, helvetica, sans-serif;
line-height: 1.4em;
font-size: 1.4em;
/*padding: 5%;*/}

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 711px;
height:291px;
background-color: none;
border: 1px solid #ccc8c8;
position:relative;
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 {
overflow: hidden;}

#slideshow .slides ul {
width: 2880px;}

#slideshow .slides li {
width: 555px;
float: left;
}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
top:0px;
padding:0px 0px 0px 555px;
width:170px;
height:97px;
position:absolute;
}

#slideshow .slides-nav li {
display: block;
padding:0px 11px 0px 7px;
outline: none;
background-image: url("../flash/normal_btn.jpg");
width:170px;
height:97px;
background-repeat:no-repeat;
text-align:left;

}


#slideshow .slides-nav li a {
width:170px;
height:97px;
color:#000000;
text-decoration:none;
position: relative;
top: 8px;
}


.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-image: url("../flash/selected_btn.jpg");
background-repeat:no-repeat;
text-decoration:none;
color: white
}

.js #slideshow .slides-nav li.on a {
position: relative;
top: 8px;
}
     