/* CSS Document */

#slideshow_nav {
	position:relative;
	float:right;
	width:165px;
	text-align:center;
	padding-top:5px;
}

#slideshow_nav a {
	padding: 8px 10px;
	background-image:url(images/layout/slideshow_unselected.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
	background-position:center;
}

#slideshow_nav a.activeSlide {
	background-image:url(images/layout/slideshow_selected.jpg);
	background-repeat:no-repeat;
}

#slideshow_nav a:focus {
	outline: none;
}

#slideshow {
	position:relative;
	float:right;
	margin-top:50px;
}