/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#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;
	color: #c2bfbf;
}

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

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


#slideshow .slides a {
	color: #c2bfbf;
}

#slideshow .slides img {
	float: left;
	margin: 0 15px 0 0;
}

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

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

.js #slideshow .slides-nav li.on a {

}

.js #slideshow #cycle_prev{
	height: 40px;
	width: 39px;
	position: absolute;
	left: 5px;
	top: 160px;
	background-image: url(../images/control_left.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.js #slideshow #cycle_next{
	height: 40px;
	width: 39px;
	position: absolute;
	right: 5px;
	top: 160px;
	background-image: url(../images/control_right.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}



#cycle_resume.resume,#cycle_pause.pause {
	text-decoration: underline;
}


