#story_nav {
	padding-left:3.2em;
}
#story_nav li{
	list-style-type:none;
	display:inline;
	float:left;
}
#story_nav li a {
	text-indent:-5000px;
	display: block;
	height:30px;
}
#story_nav li span {
	text-indent:-5000px;
	display: block;
	height:30px;
}
.nav_first{
	background-image:url(images/hover_first.jpg);
	width:40px;
	background-position:top left;
}
.nav_prev {
	background-image:url(images/hover_prev.jpg);
	width:40px;
	background-position:top left;
}
.nav_shuffle {
	background-image:url(images/shuffle.jpg);
	width:40px;
	background-position:top left;
}
.nav_next {
	background-image:url(images/hover_next.jpg);
	width:40px;
	background-position:top left;
}
.nav_last {
	background-image:url(images/hover_last.jpg);
	width:40px;
	background-position:top left;
}
.nav_first:hover,.nav_last:hover,.nav_prev:hover,.nav_next:hover,.nav_shuffle:hover,.brdr:hover {
	background-position:bottom left;
}
.brdr {
	background-image:url(images/page_hover.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

.active {
	background-image:url(images/page_active.jpg);
	background-repeat:no-repeat;
}
.disable_first{
	background-image:url(images/disabled_first.jpg);
	width:40px;
}
.disable_prev {
	background-image:url(images/disabled_prev.jpg);
	width:40px;
}
.disable_next{
	background-image:url(images/disabled_next.jpg);
	width:40px;
}
.disable_last {
	background-image:url(images/disabled_last.jpg);
	width:40px;
}
