
#slides-outer {
}

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	display: block;
	overflow: hidden;
	width: 900px;
	height: 300px;
	background-color: transparent;
	border: 0px solid #000;
	margin: 0 auto;
	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: 900px;
	height: 300px;
	position: relative;
	z-index: 10;
	background-color: transparent;
	}

#slideshow .slides ul {}

#slideshow .slides li {
width: 900px;
height: 300px;
min-height: 300px;
float: left;
}


/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	color: #FFF;
	height: 38px;
	margin: -18px 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") bottom 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: 999px;
border-radius: 7px;
-moz-border-radius: 7px;
background: #CDBD92;
}

#slideshow .slides-nav li.on,
#slideshow .slides-nav li.on a {
color: #FFF;
text-decoration: none;
}

#slideshow .slides-nav li.on a {
background: #FFF;
position: relative;
top: 0px;}