/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow 		{width: 211px; background-color: #E3E3E3; text-align:center; margin:0 auto;}

#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: 211px;}
#slideshow .slides ul	{width:600px;}
#slideshow .slides li 	{text-align:center; margin:0 auto; width: 211px; float: left; height:60px; margin-top:0}
#slideshow .slides h2 	{font-size:15px; font-family:trebucht ms, arial; font-weight:normal; margin-top: 5px; margin-bottom:0; color:#DBDBDB}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {background-color: #FFFFFF; border-top: 1px solid #DBDBDB;}

#slideshow .slides-nav li {float: left;}

#slideshow .slides-nav li a 		{display: block; padding: 6px 6px;outline: none;}
.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a 	{background-color:#E3E3E3}
.js #slideshow .slides-nav li.on a 	{position: relative; top: -4px;}
