


#slider {
	list-style:none;
	padding:0px
}

.slider-container { 

	width:96.5%; 
	height:150px; 
	padding:20px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
}

#slider img { 
	width:200px; 
	height:125px; 
	margin:0px; 
	
top: -20px;
display: inline-block;
position: relative;	
}

#slider li {
	width:210px
}




