

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {width: 100%;}

#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;}

#slideshow .slides ul {border:solid 1px #c7c7c7;}

#slideshow .slides li {
width: 695px;
height:382px;
float: left;}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {

}

#slideshow .slides-nav li 
{
	
}

#slideshow .slides-nav li a 
{
color:#262626;
display: block;
padding: 0px 0px;
background: #f9f9f9 url(../../pages/home/slideshow/btn_bg.png) repeat-x;
border:solid 1px #c7c7c7;
width:175px;
height:88px;
margin: 0px 12px 8px 0;
outline: none;
line-height:16px;
text-decoration:none;
}

.js #slideshow .slides-nav li.on a 
{
color:#ffffff;
background: #f9f9f9 url(../../pages/home/slideshow/btn_bg.png) repeat-x;
background-position:bottom;
line-height:16px;
text-decoration:none;
}











.slides {
	float:left;
}
.slides-nav {
	float:left;
}
