#slider2 img, #slider3 img{width: 100%; height:100%;}

.jquery-slider-outer{position:relative; overflow:hidden; border:2px solid #000;}
.jquery-slider{float: left; width:100%; height:450px; overflow:hidden; position:relative;}
.jquery-slides{float: left; width:100%; height:100%; position:relative;}

.jquery-slides-fade{position:absolute; left:0; top:0; width:100%; height:100%;}

.jquery-slider-controls{float:left; width:100%; background:#CCC; padding:5px 0; height:20px;}
.jquery-slider-next,
.jquery-slider-prev{width:20px; height:20px; font-size:0;}
.jquery-slider-next{float:right; background-position: -20px 0;}
.jquery-slider-prev{float:left; background-position: 0 0;}

.jquery-slider-paging{float:right; right:50%; position:relative; top:0; margin-top:-20px;}
.jquery-slider-paging-btn{float:left; left:50%; top:0; font-size:0; position:relative; width:10px; height:10px; padding-right:5px}
.jquery-slider-paging-btn-active{background-position:0 -10px}
.hidePrev,
.hideNext{opacity:0.5; filter: alpha(opacity=50);}
#slider .image1{position:absolute; left:5%; top: 20%;}
#slider .image2{position:absolute; right:5%; top: 10%;}
#slider .image3{position:absolute; left:30%; top: 50%;}
#slider .image4{position:absolute; right:30%; top: 50%;}
#slider .image5{position:absolute; left:40%; top: 5%;}

@media(max-width:800px){
	.jquery-slider{height:250px;}
}
@media(max-width:480px){
	.jquery-slider{height:150px;}
}