@charset "utf-8";
/* slideshow */



#sscontainer {
	margin:0 0 0 40px;
	padding:0;
	background-image:url(../images/template/slideshow_bg.jpg);
	background-repeat:no-repeat;
	width:920px;
	height:290px;
}

div#slideshow {
	width: 840px; 
	height: 250px; 
	padding: 20px 0 0 20px;
	margin:0;
	background-image:url(../images/slider_frame.jpg);
	background-repeat:no-repeat;
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position: relative; 
	z-index: 5;
}

div#slideshow img{
	border:0;}

div#slideshow ul#snav {
	display: none;
	list-style: none;
	position: relative; top: 170px; z-index: 15;
	position:absolute;
	width:840px;
}
	div#slideshow ul#snav li#prev {
		float: left; margin: 0 0 0 0;
	}
	div#slideshow ul#snav li#next {
		float: right; margin: 0 0 0 0;
	}
	div#slideshow ul#snav li a {
		display: block; width: 80px; height: 80px; text-indent: -9999px;
	}
		div#slideshow ul#snav li#prev a {
			background-image:url(../images/template/prev.png);
			background-repeat:no-repeat;
		}
		div#slideshow ul#snav li#next a {
			background-image:url(../images/template/next.png);
			background-repeat:no-repeat;
			
		}

	div#slideshow ul#slides {
		list-style: none;
	}
		div#slideshow ul#slides li {
			margin: 0 0 20px 0;
		}
