#slider{margin:0 0 0 45px;width:230px;overflow:hidden;}
#slider table{table-layout:fixed;}
#slider td {width:104px; height:85px; overflow:hidden; vertical-align:middle;min-width:104px}

#prevBtn, #nextBtn{ 
    margin-top:-140px;
}
#prevBtn{
    margin-left:15px;
    float:left;
}	
#nextBtn{ 
    margin-right:5px;
    float:right;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:17px;
	height:14px;
	background:url(images/moveLeft.jpg) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/moveRight.jpg) no-repeat 0 0;	
	}
