/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 710px;
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-top {
	background: url(images/box-right-top.gif) no-repeat top left;
	height: 10px;
	}
	
#slideshow .slides-bottom {
	background: url(images/box-right-bottom.gif) no-repeat bottom left;
	height: 10px;
	clear: both;
}
/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */

#slideshow .slides {
overflow: hidden;
padding: 0px 10px 0 12px;
width: 458px;
float: left;

}

.slides-content {
background: #fff;
}

.slides-content li {
float: left;
padding: 0px
}

#slideshow .slides h2 {
margin-top: 0;
font-weight: 100;
color: #05A703;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */

.slides-nav {
	background: url(images/slide-ul-bg.gif) repeat-y left;
	float: right;
	width: 222px;
	font-size: 14px;
	position:relative;
	right: 10px;

}
.slides-nav li {
	height: 28px;
	padding: 12px 0 0 30px;
}

.slides-nav li a:link, .slides-nav li a:visited {
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
.slides-nav li a:hover {
	color:#fff;
}
.js #slideshow .slides-nav li.on {
background: #a7702f url(images/slides-nav-bg-on.gif) no-repeat top left;
}