/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 560px; 
	height:250px;
	position:relative; 
}

#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 {
	border: 1px solid #ddd; background-color:#FFFFFF;
	overflow: hidden;
	width: 560px;
	position: relative;
	z-index: 10;
}

#slideshow .slides ul {
	width: 1680px;
}

#slideshow .slides li {
	width:560px;
	float: left;
}



/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	width:560px;
	z-index:15;
	position:relative; 
	top:-32px;
}

#slideshow .slides-nav li {
	float: left; margin: 3px;
}

#slideshow .slides-nav li a {
	display: block;
	width:20px !important; height:20px !important;
	width:24px; height:24px;
	padding: 2px;
	outline: none;
	background-image:url(../Library/btn_off.png);
	background-repeat:repeat;
	color: #990099;
	font-weight:bold;font-size:1.2em;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	position: relative;
	z-index: 2;
	color:#FFFFFF; 
	background-image:url(../Library/btn_on.png);
}

.js #slideshow .slides-nav li.on a {
	background-image:url(../Library/btn_on.png);
	position: relative;
	z-index: 3;
	color: #FFFFFF; font-weight:bold;font-size:1.2em;
}


/* ---------------------------------------------------- */
/* SLIDESHOW > FOND
/* ---------------------------------------------------- */
/*#slide-1, #slide-2, #slide-3{ 
width:560px; height:260px;
position: relative;
z-index: 1;
}*/


