/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#news-slideshow {
	width: 100%;
	/*background-color: #eee;*/
	/*border: 1px solid #ddd;*/
	background-image:url(../images/tile-parchment.jpg);
}

#news-slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
	background-image:url(../images/tile-parchment.jpg);
}

#news-slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	background-image:url(../images/tile-parchment.jpg);
}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#news-slideshow .slides {
	overflow: hidden;
	width: 98%;
	background-image:url(../images/tile-parchment.jpg);
}

#news-slideshow .slides ul {
	width: 98%;
	background-image:url(../images/tile-parchment.jpg);
}

#news-slideshow .slides li {
	width: 98%;
	float: left;
	padding: 20px;
	background-image:url(../images/tile-parchment.jpg);
}

#news-slideshow .slides li:hover {
	border: 1px solid #999999;
}

#news-slideshow .slides h2 {
	margin-top: 0;
	background-image:url(../images/tile-parchment.jpg);
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#news-slideshow .slides-nav {
	/*background-color: #ddd;*/
	border-top: 2px solid #ccc;
}

#news-slideshow .slides-nav li {
	float: left;
}

#news-slideshow .slides-nav li a {
	display: block;
	padding: 15px 20px;
	outline: none;
}

	.js #news-slideshow .slides-nav li.on,
	.js #news-slideshow .slides-nav li.on a {
	/*background-color: #eee;*/
}

.js #news-slideshow .slides-nav li.on a {
	position: relative;
	top: -4px;
}