#slides { width:890px; margin:0 auto;}
.next_prv_holder{width:96%; padding:0 2%; float:left; top:0; left:0; position:relative; z-index:15; margin-top:-270px; text-align:center;}
.next_prv_holder img{opacity:0.5; filter:alpha(opacity=50);transition-duration:5s;transition-duration:1000ms;transition-duration:500ms, 500ms;}
.next_prv_holder img:hover{opacity:100; filter:alpha(opacity=100);}
.next_prv_holder .next{ width:35px; float:right;}
.next_prv_holder .prev{ width:35px; float:left;}
.pagination {display:none;}
.slides_control{width:100%; float:left;}
.slides_container {width:100%;display:block; height:auto; float:left;overflow:hidden; z-index:5; top:0; left:0; position:relative;}
.slide_details{width:890px; float:left; height:570px; overflow:hidden;}
.slide_details img{width:100%; height:auto;}

@media only screen and (max-width:550px),(max-width:650px),(max-width:760px), (max-width:980px),(max-width:1024px), (max-width:100%) {
img{width:100%; display:block;}
select {-webkit-appearance:none;}
#slides{width:100%; float:left;}
.slides_container, .slide_details{width:650px; margin:0 auto; float:none;}
.next_prv_holder{margin-top:-220px;}
.slide_details{height:430px;}
}

/*** FOR MOBILE BROWERS ***/
@media only screen and (max-width:300px), (max-width:320px),(max-width:400px), (max-width:450px), (max-width:500px){
img{width:100%; display:block;}

.slides_container, .slide_details{width:295px; margin:0 auto;}
.slide_details{height:300px;}
}