﻿/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 960px;
position: relative;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;
width: 960px;
}

#slideshow .slides .slider_left_txt {
	float: left;
	width: 399px;
}

#slideshow .slides .slider_right_pic {
	float: left;
	width: 561px;
}

#slideshow .slides .slider_txt {
	position: absolute;
	z-index:800;
	width: 280px;
	margin: 120px 0 0 52px;
}

#slideshow .slides .slider_txt .header {
	font-size: 36px;
}

#slideshow .slides .slider_txt .content {
	font-size: 14px;
	line-height: 1.5;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	position: absolute;
	left: 30px;
	top: 5px;
	z-index: 900; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 60px;
}
#slideshow .slides-nav li {
	display: inline;
	list-style-type: none;
	padding: 0 15px 0 0;
	background: url(img/dot.gif) no-repeat;
	width: 9px;
	height: 9px;
}
#slideshow .slides-nav li.activeSlide {
	background: url(img/dot_on.gif) no-repeat;
	width: 9px;
	height: 9px;
}
#slideshow .slides-nav li a:hover {
	background: url(img/dot_on.gif) no-repeat;
	width: 9px;
	height: 9px;
