/* CSS Document */

#nav {
	z-index: 50;
	position: absolute;
	bottom: 20px;
	right: 20px
}

#nav_small {
	display: none;
	z-index: 50;
	position: absolute;
	bottom: 20px;
	right: 20px
}

#nav a, #nav_small a {
	margin: 0 5px;
	padding: 3px 10px;
	background: #cff;
	text-decoration: none;
	opacity: .6;
}

#nav a.activeSlide, #nav_small a.activeSlide {
	background: #b80b07;
	opacity: 1;
}

#nav a:focus, #nav_small a:focus { 
	outline: none;
}
