/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
position: absolute;
width:465px;
left:0px;
top:6px;
padding:0px 0px;
height:556px;
z-index:20;
overflow:hidden;
}



#slide-one {background:url(../../../graphics/homepage/homegraphic-01.jpg) no-repeat;  height:555px;}
#slide-two {background:url(../../../graphics/homepage/homegraphic-02.jpg) no-repeat;  height:555px;}
#slide-three {background:url(../../../graphics/homepage/homegraphic-03.jpg) no-repeat;  height:555px;}
#slide-four {background:url(../../../graphics/homepage/homegraphic-04.jpg) no-repeat;  height:555px;}

#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: 465px;
background-color:#ffffff;
}

#slideshow .slides ul {
height:555px;}

#slideshow .slides li {
width: 465px;
float: left;}
/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
top:0px;
position: relative;
z-index:100;
}

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

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

.js #slideshow .slides-nav li.on a {
position: relative;
top: 0px;}