/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow
{margin: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:850px;margin:auto;}

#slideshow .slides ul
{width: 3400px;}

#slideshow .slides li
{width: 850px;float:left;height:353px;}

#slideshow .slides h2
{margin-top: 0;}