

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
 #slideshow {
 width: 418px;
 height: 292px;
 float: left;
 background: url(../img/screen/slider-bg2.png) no-repeat;
 margin: -145px 48px 64px 21px;

}
#slideshow ul {
float: left;
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: 400px;
margin: 9px 0px 9px 9px;
float: left;
}
#slideshow .slides ul {
width: 400px;}

#slideshow .slides li {
width: 400px;
height: 274px;
float: left;
}
#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
width: 20px;
margin: 20px 0 0 10px;	
float: left;
}
#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
display: block;
width: 11px;
height: 11px;	
outline: none;
margin: 0 0 11px 0;
background: url(../img/screen/dot-1.png) no-repeat;}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background: url(../img/screen/dot.png) no-repeat;}

.js #slideshow .slides-nav li.on a {
position: relative;
}