@charset "ISO-8859-1";
@import "reset.css";
@import "milkbox.css";
@import "base.css";

#nav {
    height: 178px;
    position: absolute;
    top: 215px;
}

#nav ul {
	display: block;
	height: 177px;
	overflow: hidden;
	padding: 0px;
	width: 425px;
}

#nav li { 
	border-right: 1px solid #ffffff;
	float: left;	
}

#nav a {
	background-position: 50% 20%;
	color: #21243a;
	cursor: pointer;
    display: block;
	height: 177px;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	width: 104px;
}

#nav a span { 
	display: none;
}

#nav a.previous, #nav a.next {
	display: block;
	background-repeat: no-repeat;
	height: 18px;
	margin: 0 7px;
	width: 406px;
}
#nav a.next {
	background-image: url("../img/next.gif");
	background-position: top right;
}
#nav > a.next {
    background-image: url("../img/next.png"); /* IE6 won't see this */
}
#nav a.previous {
	background-image: url("../img/previous.gif");
	background-position: top left;
	position: absolute;
	top: 202px;
}
#nav > a.previous {
    background-image: url("../img/previous.png"); /* IE6 won't see this */
}

#nav .description { 
	display: none;
}
