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

.slider-container { 
 background:#125884; 
 width:100%; 
 padding:20px; 
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px; 
}

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

#slider li {
 width:210px
}
#slider li.pager{margin:0px !important;}
.bx-wrapper , .bx-window{width:100% !important;}	

	
