.unslider {
   /* set the positioning context for the dots */
position: relative;
}
.unslider-nav { 
   /* position the navigation dots over the slides */
   position: absolute;
   left: 0;
   right: 0;
   bottom: 15px;
   
   z-index: 1000; /* Make sure the dots show over the images */
}

.banner { position: relative; overflow: hidden; }
    .banner li { list-style: none; }
        .banner ul li { float: left; }

  .banner {

        width: 100%;
        height: auto;
        padding: 0px;
        margin: 0px;

		}
.banner img {
			width: 100%;
height: auto;
		}

    .banner ul {
        padding: 0px;
        margin: 0px;
        overflow: hidden;
    }
    .banner li{
    padding: 0px;
    margin: 0px;
}

.sliderpic {
width: 100%;
height: auto;
margin: 0 0 0 0;
}