#slider{
	padding-top:0px;/*30*/
	padding-left:420px;
	margin-left:0px;/*297*/
	width:640px;
}	

#slider ul, #slider li {
	width:640px;/*640*/
	margin:0;
	padding:0;
	list-style:none;
}

#slider li {
	width:210px;
	height:200px;
	/*overflow:hidden;*/
}
	
/*#prevBtn, #nextBtn { 
	background-color:#555555;
	display:block;
	width:30px;
	height:77px;
}*/
														
#prevBtn a, #nextBtn a{
	position:relative;
	left:620px;
	top:-210px;
	display:block;
	width:20px;
	height:200px;
	background:url(images/l_bar.jpg) no-repeat 0 0;
}

#nextBtn a { 
	position:relative;
	top:-410px;
	left:-40px;
	display:block;
	width:20px;
	height:200px;
	background:url(images/r_bar.jpg) no-repeat 0 0;
}
