.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%;
}
.owl-prev{ background:url(../img/prev.png) left center no-repeat; width:38px; height:59px; position:absolute; color:#fff; left:110px; top:45%; cursor:pointer; z-index: 9999;}
.owl-next{ background:url(../img/next.png) left center no-repeat; width:38px; height:59px;  position:absolute; color:#fff;  right:110px; top:45%; cursor:pointer; z-index: 9999;}





.item1 {
    height: auto;
	position:relative;
	text-align:center;
	background:#fff;
	border:1px solid #ededed;
	padding:0 12px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	margin:5px 9px;
}


.item1 > img {
	height:100%;
    width:100%;
	border:1px solid #fff;
	transition:all ease 0.5s;
	
}


.item1 .imgclass{height:120px;
    width:100%;border:1px solid #fff;}
.item1 .imgclass img{max-width:100%;height:auto;}

.service .owl-pagination{  width:90px; bottom:-10px; left:0px;position:absolute; right:0; margin:0px auto;}
.service .owl-prev{ background:url(../img/back.png) left center no-repeat; width:31px; height:25px; position:absolute; color:#fff; left: auto; right:38px; top:0; cursor:pointer; z-index: 9999;}
.service .owl-prev:hover{ background:url(../img/back_hover.png) left center no-repeat;}
.service .owl-next{ background:url(../img/next_hover.png) left center no-repeat; width:31px; height:25px;  position:absolute; color:#fff;  right:0; top:0; cursor:pointer; z-index: 9999;}

.service .owl-next:hover{ background:url(../img/bnext.png) left center no-repeat;}

.service .owl-wrapper-outer{
/*	overflow: hidden;
	position: relative;
	height:auto;
	width:100%;
	margin:0px auto;
	
	
	transition:all ease 0.5s;*/
}

.sbox .owl-pagination{  width:90px; bottom:-10px; left:0px;position:absolute; right:0; margin:0px auto;}
.sbox .owl-prev{ background:url(../img/blackarrow.png) left center no-repeat; width:26px; height:20px; position:absolute; color:#fff; left: auto; right:44px; top:20px; cursor:pointer; z-index: 9999;}
.sbox .owl-prev:hover{background:url(../img/blackarrowhover.png) left center no-repeat;}
.sbox .owl-next{ background:url(../img/bluearrowhover.png) left center no-repeat; width:26px; height:20px;  position:absolute; color:#fff;  right:14px; top:20px; cursor:pointer; z-index: 9999;}
.sbox .owl-next:hover{background:url(../img/bluearrow.png) left center no-repeat;}
.sbox .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	height:auto;
	width:100%;
	margin:0px auto;
	left:-9px;
	right:-9px;
	margin:0 9px;
	
	transition:all ease 0.5s;
}



    
 @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%;}		 
 }