#slider ul, #slider li{
	margin:0 auto;
	padding:0;
	list-style:none;
	}	
#slider, #slider li{ 
	height:220px;
	width:144px;
	overflow:hidden;
	}	
#slider{ 
	margin-left:5px;
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-25px;
	top:71px;
	}	
#nextBtn{ 
	left:701px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
	}								

/* // slider */													

.col strong, .full strong{
padding:0 2px;
background:#f1f1f1;
}
.col a, .full a{
font-weight:bold;
text-decoration:underline;
}		


.full ul, .full li{
margin:0;
padding:0;
list-style:none;
}
.full li{
padding:3px 15px;
background:#f1f1f1;
margin-bottom:1px;
}		