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


/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 778px;
background-color: #fff;
border: 1px solid #999;}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;
width: 778px;}

#slideshow .slides ul {
/* total width of all slides -
960px multiplied by 3 in this case */
width: 1138px;}

#slideshow .slides li {
width: 778px;
float: left;
}

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

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	background-color:#fff;
	height:20px;
	padding-top:4px;
	
}

#slideshow .slides-nav li {
float: right;


}

#slideshow .slides-nav li a {
	display: block;
	text-decoration:none;
	width:20px;
	text-align:center;
	color:#5B83A5;
	border:#8A8A88 solid 1px;
	outline: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-right:6px;
	background-color:#fff;

}

#slideshow .slides-nav li.on,
#slideshow .slides-nav li.on a {
	display: block;
	text-decoration:none;
	width:20px;
	text-align:center;
	color:#fff;
	outline: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-right:6px;
	background-color:#45A7D8;
}

#slideshow .slides-nav li.on a {
position: relative;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	display: block;
	text-decoration:none;
	width:20px;
	text-align:center;
	color:#fff;
	outline: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-right:6px;
	background-color:#45A7D8;
}

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