	.owl-item {
		height:auto;
	float: left;
	width:100%;
	position:relative; 
}
.owl-wrapper{ height:100%; width:100%; transition:all ease 0.5s; position:relative;}
.owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	top:0;
	height:auto;
	width:100%;
	left:0;
	transition:all ease 0.5s;
}

.item > img {
	height:auto;
    width:100%;
	transition:all ease 0.5s;
}
.item {
    height: auto;
	width:100%;
	position:relative;
}

.owl-pagination{ width:100px; bottom:-10px; left:10px;position:absolute;}
.owl-page{ background:url(../images/slide-li.png) left center no-repeat; width:20px; margin-left:5px; height:59px; color:#fff; float:left;  cursor:pointer; z-index: 9999;}
.owl-pagination .active{ background:url(../images/slide-li.png) -20px center no-repeat;}
    
 @media only screen and (min-width: 320px) and (max-width: 480px) {
.owl-prev,.owl-next{ display:none;}	 
 }
 
 @media only screen and (min-width:550px) and (max-width:767px){
.owl-prev,.owl-next{top:35%;}		 
 }
 
  @media only screen and (min-width:768px) and (max-width:1023px){
.owl-prev,.owl-next{top:35%;}		 
 }