@charset "utf-8";

.slideshow {
	width:810px;
	position:relative;
	z-index:1;
	clear:both
}

.slideshow img {
	display: none
}

.slideshow img.first {
	display: block
}

#shNav {
	left:30px;
	position:absolute;
	top:232px;
	z-index:1000;
}

#shNav a {
	background: #fbfbfb;
	color:#717171;
	text-decoration: none;
	margin: 0 3px 0 0;
	padding:1px 4px;
	height:18px;
	vertical-align:middle;
	font-size:12px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

#shNav a.activeSlide {
	background: #df1212;
	color:#fff
}

#shNav a:focus {
	outline: none;
}

