/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}



/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */

#slideshow {
	width: 940px;
	height:400px;
	background-color: #eeeeee;
	}

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

         
/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */


#slideshow .slides {
	overflow: hidden;
	width: 940px;
	height:400px;
	}

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

#slideshow .slides li {
	width: 940px;
	float: left;
	padding: 0px;
	}

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

#slide-container{
	position:absolute;
	width:940px;
	height:400px;
	}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */

#slideshow .slides-nav {
	background-color: #cfcfcf;
	 }

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

#slideshow .slides-nav li a {
	display: block;
	padding:0;
	outline: none;
	background-color: #cfcfcf;
	height:40px;
	}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	background-color: #5c5c5c;
	height:40px;
	}
