/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */
html {
}

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 920px;
	height: 200px;
}

#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none; /* IE fix */
}

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

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

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

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

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

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	border-top: 2px solid #ccc;
}

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

#slideshow .slides-nav li a {
	display: block;
	outline: none;
}

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

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