


/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 708px;
	height: 250px;
	background-color: transparent;
	border: 0px solid #000;
	margin: 0;
	padding: 0;
	z-index: 9;
	position: relative;
	}

#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: 708px;
	height: 250x;
	position: relative;
	z-index: 10;
	}

#slideshow .slides ul {
width: 2880px;}

#slideshow .slides li {
width: 708px;
height: 250px;
min-height: 250px;
float: left;
}


/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	color: #FFF;
	height: 28px;
	margin: -225px 10px 0 0 ;
	position: relative;
	z-index: 999;
	float: right;
	}

#slideshow .slides-nav {
	float: right;
	width: auto;
}

#slideshow .slides-nav li {
background: transparent url("../images/bkg-tab.png") top left no-repeat;
float: left;
margin-left: .5em
}

#slideshow .slides-nav li a {
display: block;
width: 14px;
height: 14px;
padding: 0;
line-height: 14px;
text-align: center;
font-size:11pt;
outline: none;
color: #FFF;
text-decoration: none;
text-transform: uppercase;
text-indent: -9999px;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background: transparent url("../images/bkg-tab-active.png") top left no-repeat;
color: #FFF;
text-decoration: none;
}

.js #slideshow .slides-nav li.on a {
position: relative;
top: 0px;}