#slideshow {
	width: 730px;
	margin:auto;
}


#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height:20px; /* IE fix */}
       
/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;
width: 983px;
height:100px;}

#slideshow .slides ul {
width: 3040px;height:100px;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
width:983px;
margin:0;
}

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

#slideshow .slides-nav li a {
width:186px;
_width:186px;
display: block;
padding: 15px 20px;
margin:0;
}

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