/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 980px;
	z-index: 100;
	position: relative;
	float: left;
	height: 335px;
	margin-bottom: 10px;
	/*background-image: url(/images/slideshow-gradient.png);
	background-repeat: no-repeat;
	background-position: center 315px;*/
}
#slideshow #slideshow-background {
	background-image:url("/images/front-images/slideshow-bg.png");
	background-repeat:no-repeat;
	height:336px;
	left:-10px;
	position:absolute;
	top:-1px;
	width:1000px;
	z-index:0;
}
#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none; /* IE fix */
}
#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	overflow: hidden;
	width: 980px;
}
#slideshow .slides ul {
	width: 2880px;
}

#slideshow .slides li {
	width: 980px;
	float: left;
	height: 325px;
	z-index: 500;
}
#slideshow .slides li a {
	width: 980px;
	float: left;
	height: 325px;
	z-index: 600;
}
#slide-one {
	background-image: url(/images/front-images/keep-it-simple.jpg);
	background-repeat: no-repeat;
}
#slide-two {
	background-image: url(/images/front-images/drupal-slide.jpg);
	background-repeat: no-repeat;
}

#slide-three {
	background-image: url(/images/front-images/subscribe-to-blog.jpg);
	background-repeat: no-repeat;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
}
#slideshow ul.slides-nav {
	position: relative;
	top: -40px;
	width: 89px;
	z-index: 500;
	left: 840px;
	padding: 0px 13px;
	border: solid 1px #bbb;
	background-image: url(/images/transparent-bg.png);
	background-repeat: repeat;
	height: 24px;
}
#slideshow .slides-nav li {
	float: left;
	position: relative;
	top: 1px;
	height: 22px;
	}
#slideshow .slides-nav li a {
	padding: 3px 10px;
	display: inline;
	position: relative;
	z-index: 500;
	outline: none;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	letter-spacing: 0px;
	text-transform: capitalize;
	font-weight: bold;
	top: 0px;
	height: 20px;
	line-height: 20px;
}
#slideshow .slides-nav li:hover {
	background-color: #AAAAAA;
}
#slideshow .slides-nav li a:hover {
	color: #FFFFFF;
}
.js #slideshow .slides-nav li.on {
	background-color: #009FE3;
}
.js #slideshow .slides-nav li.on a {
	color: #FFFFFF;
	position: relative;
}

