/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- 
html {
font-size: 76%;}

body {
font-family: arial, helvetica, sans-serif;
line-height: 1.4em;
font-size: 1.2em;
padding: 5%;}

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
margin-top:0px;
width: 514px;
}

#main_banner{
width:514px;
}

#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;}            

.clear{
clear:both;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;
width: 514px;}

#slideshow .slides ul {
width: 514px;}

#slideshow .slides li {
width: 514px;
height:100px;
float: left;
padding-top:5px;
padding-bottom:5px;
}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
/*#slideshow .slides-nav {
background-color: #ddd;
border-top: 2px solid #ccc;}

#slideshow .slides-nav li {   
    float: left;  
    margin-right: 5px;  
}

#slideshow .slides-nav li a {  
    display: block;  
    overflow: hidden;  
    background: url(image/btn.gif) no-repeat;  
    width: 10px;  
    height: 10px;  
    text-indent: -9999px;  
}
*/
#slideshow .slides-nav:after    { height:0; visibility: hidden; content: ".";   display: block; clear: both; }  
.js #slideshow .slides-nav li.on,  
.js #slideshow .slides-nav li.on a {  
    background: url(image/btn_on.gif) no-repeat;  
} 

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-color: #eee;}

.js #slideshow .slides-nav li.on a {
position: relative;
top: -4px;}
