
#slider {
	list-style:none;
	padding:0px
}

.slider-container { 
	background:#222; 
    width:100%;
	/*width:845px;*/ 
	height:150px; 
	padding:20px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
}

#slider img { 
	width:100%; 
	height:428px; 
	margin:0px; 
	display:inline-block  
}

#slider li {
    width:100%;
}
.IAUT-previous-li {
	width:50px !important;
}
.IAUT-next-li {
	width:50px !important;
}
#slider .image-container {
    width:100% !important;
}
#slider .image-container img{
    width:100% !important;
}




