/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */
html {}

body {}
img { border:none;}

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 980px;
height:285px;
margin:0 auto;
padding-top:25px;
background-color:#FFFFFF;
/* background-image:url(../img/com/main-bg.jpg); background-repeat:repeat-x; background-position:bottom center; */
}

#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: 760px;
float:right;
}

#slideshow .slides ul {
width: 3040px;
}

#slideshow .slides li {
width: 760px;
float: left;
height:285px;
margin:0;
padding:0;
/* background-image:url(../img/top/slider-bg.jpg); background-repeat:repeat-x; background-position:bottom center; */
}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#sdnavibox {
width:218px;
height:285px;
float: left;
}

#slideshow .slides-nav {}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
display: block;
border:none;
outline: none;}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {}

.js #slideshow .slides-nav li.on a {
background-image:url(../img/top/mainnavi-bg.png);
background-repeat:no-repeat;}
