/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow 		{width: 270px; background-color: #b9d64b; 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: 270px;}
#slideshow .slides ul	{width:600px;}
#slideshow .slides li 	{text-align:center; margin:0 auto; width: 270px; float: left; height:80px;}
#slideshow .slides h2 	{font-size:15px; font-family:trebucht ms, arial; font-weight:normal; margin-top: 5px; margin-bottom:0; color:#657f01}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {background-color: #afd0c4; border-top: 1px solid #657f01;}

#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:#b9d64b;}
.js #slideshow .slides-nav li.on a 	{position: relative; top: -4px;}