#linksMask {
	position: relative;
	left:15px;
	width: 530px;
	overflow: hidden;
}


#links {
	margin-left: 0px;
	width: 9999px;
	height: 80px;
}

#links a span {
	display: none;
}


#links ul {list-style:none; padding:0 6px 0 0; margin:2px 0 0 0; }
#links ul li { padding:0; margin:0; }
#links a {
	display: block;
	float: left;
	padding:0;
}


.prewP {
	cursor: pointer;
	float:left;
	top: 35px;
	position:relative;
	z-index: 100px;
} 

.nextP {
	cursor: pointer;
	float:right;
	left: -3px;
	top: -45px;
	position:relative;
	z-index: 100px;
}


