/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */


.prevContainer{
	padding:0 10px;
	float:left;
	position:relative;
	top:-4px;
}

.prevContainer a{
	font-size:9px;
	text-decoration:none;
	font-weight:bold;
	color:#eee;
}
.nextContainer{
	float:right;
	padding:0 10px;
	position:relative;
	top:-4px;
}

.nextContainer a{
	font-size:9px;
	text-decoration:none;
	font-weight:bold;
	color:#eee;
}


/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 800px;
height: auto;
background-color: #eee;
}


#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: 800px;
height: 392px
}

#slideshow .title, #slideshow .title a:visited
{
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
width:755px;
text-decoration:none;
color:#0074BE;
}

#slideshow .description {
width:755px;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
height:25px;
text-align:justify;
text-decoration:none;
}

#slideshow .image {
border:solid #A6C9E2 1px;
}

#slideshow .slides ul {
width: 2880px;}

#slideshow .slides li {
width: 798px;
height: 392px;
float: left;
padding: 8px;}

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

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
background-color: #0074BE;
border:1px solid #A6C9E2;
height:13px;
}

#slideshow .slides-nav li {
float: left;
}

#slideshow .slides-nav li a {
display: block;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#eee;
font-size:10px;
text-decoration:none;
padding: 1px 41.5px ;
outline: none;}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-color: #A6C9E2;}

.js #slideshow .slides-nav li.on a {
position: relative;
top: 1px;}