@CHARSET "ISO-8859-1";

#splash_carousel {
	width: 700px;
	/*
	 height: 360px;
	 */
	height: 285px;
	position: relative;
	z-index: 1;
	background: transparent;
	overflow: hidden;
}
#slides {
	position: relative;
	width: 700px;
	/*
	 height: 360px;
	 */
	height: 285px;
}
#slide1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	z-index: 2;
	opacity: 0;
	display: none;
}
#slide2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	z-index: 2;
	opacity: 0;
	display: none;
}
#slide3 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	z-index: 2;
	opacity: 0;
	display: none;
}
#splash_ul .slide {
	display: none;
}
#splash_ul .first {
	display: block;
}
#slideshowNav {

	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 10;
	width: 180px;
}
#slideshowNav #slideshowPrev {
	cursor: pointer;
	background: transparent url(../images/slideshow_nav_prev.png) no-repeat;
	width: 13px;
	height: 13px;
	display: block;
	float: left;
	margin: 0 6px 0 0;
}
#slideshowNav a {
	width: 13px;
	height: 13px;
	background: transparent url(../images/slideshow_nav.png) no-repeat;
	display: block;
	float: left;
	margin: 0 6px 0 0;
	cursor: pointer;
}
#slideshowNav a.activeSlide {
	background: transparent url(../images/slideshow_nav_active.png) no-repeat;
}
#slideshowNav #slideshowNext {
	cursor: pointer;
	background: transparent url(../images/slideshow_nav_next.png) no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	float: left;
}
#slideshowNav a span {
	display: none;
}