/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 660px;
background: url(images/box-right-bg.gif) repeat-y left;
margin-bottom: 10px;
;
}

#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 {
background: url(images/box-right-top.gif) no-repeat top left;
overflow: hidden;
padding: 20px 20px 0 20px;
width: 620px;}

#slideshow .slides ul {
background: #fff;
width: 620px;}

#slideshow .slides li {
width: 620px;
float: left;
padding: 0px}

#slideshow .slides h2 {
margin-top: 0;
font-size: 18px;
font-weight: 100;
color:#86023A;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */

#slideshow .slides-nav {
padding-left: 230px;
padding-bottom: 10px;
background: url(images/box-right-bottom.gif) no-repeat bottom left;
font-size: 14px;
}

#slideshow .slides-nav li {
background: url(images/slides-nav-bg.gif) no-repeat top left;
margin-right: 10px;
float: left;}

#slideshow .slides-nav li a {
display: block;
padding: 8px 12px;
outline: none;
color:#b5054c;
font-weight: bold;
text-decoration: none;
}
.js #slideshow .slides-nav li.on {
background: url(images/slides-nav-bg-on.gif) no-repeat top left;
}