#navlinks {
	height: 320px;
	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;
	width: 716px;
	height: 280px;
}
#navlinks img {
	height: 80px;
	width: 80px;
	border: 1px solid #1c202b;
}

#navlinks td {
	height: 140px;
	vertical-align: top;
	text-align: left;
}

#navlinks table p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1c202b;
}

#navlinks table p a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F90083;
	cursor: default;
	width: 180px;
	height: 13px;
}

#navlinks table p a:hover {
	font-size: 10px;
	color: #F90083;
}
#navlinks table p a:visited {
	color: #f90083;
}
#navlinks table p a.link {
	color: #f90083;
	text-decoration: none;
}
#navlinks table p a.link:hover {
	text-decoration: line-through;
	letter-spacing: 0.5px;
}

#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);
}
