/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width:650px;
}

#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:650px;}

#slideshow .slides ul {
width: 2880px;}

#slideshow .slides li {
width:650px;
float: left;
padding: 0;}

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

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	width: ;
	padding: 0 0 1px 592px;
}
#slideshow .slides-nav li {	
	float: left;
	margin-right: 5px;
	text-indent: -9999px;
}
#slideshow .slides-nav li a {
	display: block;
	overflow: hidden;
	background: url(../img/btn_circle.jpg) no-repeat;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
}
#slideshow .slides-nav:after	{ height:0;	visibility: hidden;	content: ".";	display: block;	clear: both; }
.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	background: url(../img/btn_circle_on.jpg) no-repeat;
}
