#navlinks {
	background-color: #1A1815;
	height: 321px;
	width: 733px;
	z-index: 2;
	margin-top: 46px;
	margin-right: 1px;
	margin-left: 1px;
	padding: 0px;
	position: absolute;
}
#navlinks table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin-top: 8px;
	margin-left: 8px;
}
#navlinks td {
	height: 10px;
}

#navlinks a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	cursor: default;
	width: 180px;
	display: block;
	height: 13px;
}
#navlinks a:hover {
	font-size: 10px;
	letter-spacing: 1px;
	background-image: url(../images/link_img.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#navlinks a:visited {
	color: #f90083;
}
#next {
	height: 10px;
	width: 10px;
	clear: left;
	z-index: 2;
	margin-left: 715px;
	padding: 0px;
	margin-top: 0px;
	position: absolute;
	top: 304px;
}
#next a {
	height: 11px;
	width: 11px;
	display: block;
	background-image: url(../images/next.gif);
	background-repeat: no-repeat;
}
#next a:hover {
	height: 15px;
	width: 15px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #f90083;
	border-bottom-color: #f90083;
	background-repeat: repeat;
	background-position: center center;
	background-image: url(../images/spacer.gif);
}

#prev {
	height: 10px;
	width: 10px;
	clear: left;
	z-index: 2;
	padding: 0px;
	margin-top: 0px;
	position: absolute;
	top: 304px;
	left: 1px;
	}
#prev a {
	height: 11px;
	width: 11px;
	display: block;
	background-image: url(../images/prev.gif);
	background-repeat: no-repeat;
}
#prev a:hover {
	height: 15px;
	width: 15px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #f90083;
	border-left-color: #f90083;
	background-repeat: repeat;
	background-position: center center;
	background-image: url(../images/spacer.gif);
}
