/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 565px;
	background-color: #fdfdfd;
	border: 1px solid #ddd;
	margin-top:1px;
	background-image:url(images/layout/slider_bg.jpg);
	background-repeat:repeat-x;
	margin-bottom:10px;
	margin-top:10px;
}

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

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

#slideshow .slides li {
width: 565px;
float: left;
padding: 20px;}

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

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	background-image:url(images/layout/slider_nav_bg.jpg);
	background-repeat:repeat-x;
	/*background-color: #ddd;
	border-top: 2px solid #ccc;*/
}

#slideshow .slides-nav li {
	float: left;
	list-style-image:none !important;
	padding-top:0;
}

#slideshow .slides-nav li a {
	display: block;
	padding: 4px 20px;
	outline: none;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-color: #eee;}

.js #slideshow .slides-nav li.on a {
position: relative;
top: -4px;}