
/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align:newspaper;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;
}

#slideshow .slides li {
float: left;
width:550px;
}

#slideshow .slides div{
	padding-left:20px;
}

#slideshow .slides h2 {
margin-top: 0;
color:	#348017;
}

