/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 740px;
	background-color: #ffffff;
	overflow:hidden;
	margin: 0;
}

#slideshow ul {
font-weight: bold;
margin-bottom: 10px;
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: 740px;}

#slideshow .slides ul {
width: 740px;
height: 550px;}

#slideshow .slides li {
width: 740px;
float: left;
padding: 0px;}

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

#slideshow .slides .img {
float:left;
width: 740px;
text-align:center;
border:1px solid #ff99ff;}

#slideshow .slides-nav li{
float:left;
width: 20px;
margin-left: 9px;
}

.js #slideshow .slides-nav li.on {
background-color: #2222aa;}

.js #slideshow .slides-nav li.on a {
color: #ffffff;}
