#links{ 
/* 
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/ 
	width: 400px;
	height: 550px;
	overflow: hidden; 
	line-height: 17px;
	float:left;
}	

.link_links a{
	font-size: 1em;
	line-height: 14px;
}
										
#prevLink a{  
	display:block;
	position:relative;
	width:11px;
	height:7px;
	background:url(../images/arrow-t.png) no-repeat 0 0;	
}	
#nextLink a{ 
	display:block;
	position:relative;
	width:11px;
	height:7px;
	background:url(../images/arrow-b.png) no-repeat 0 0;	
}
#prevNext{
	float:left;
	left: 300px;
	position: relative;
}
