/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 514px;
background-color: #000;
height:316px;
}

#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;
background-color:#000;float:left;}

#slideshow .slides ul {
width: 140px;}

#slideshow .slides li {
width: 514px;
float: left;
padding: 20px;
height:276px;}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
background-color: #000;
float:left;
width:40px;
}

#slideshow .slides-nav li {
width:40px;
height:80px;
}

#slideshow .slides-nav li a {
display: block;
outline: none;
color:#666;
text-align:center;
width:40px;
line-height:40px;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
color:#999;
width:40px;
display:block;}

.js #slideshow .slides-nav li.on a {
/*position: relative;
top: -12px;*/}


/* images */

#slideshow .slides #slide-one {
background:url(../images/1.jpg) 0 0 no-repeat;
}
#slideshow .slides #slide-two {
background:url(../images/2.jpg) 0 0 no-repeat;
color:#fff;
}
#slideshow .slides #slide-three {
background:url(../images/3.jpg) 0 0 no-repeat;
color:#fff;
}


#slideshow .slides #slide-two p, #slideshow .slides #slide-three p
{
font-size:.9em;
color:#fff;
padding:10px;
background:url(../images/black-bg-small.png) 0 0 no-repeat;
position: absolute; bottom: 0;
height:79px;
width:400px;
}

#slideshow .slides #slide-one p
{
font-size:.9em;
color:#fff;
padding:10px;
background:url(../images/black-bg.png) 0 0 no-repeat;
position: absolute; bottom: 0;
height:79px;
width:400px;
}
.js #slideshow .slides-nav li.lione{
background:url(../images/1.jpg) -60px -150px no-repeat;
}
.js #slideshow .slides-nav li.litwo{
background:url(../images/2.jpg) -60px -150px no-repeat;
}
.js #slideshow .slides-nav li.lithree{
background:url(../images/3.jpg) -60px -150px no-repeat;
}




