.carousel-wp{
  width: 960px;
  margin: 30px auto 20px;		
  position: relative;
  z-index: 1;				
}

#sync1{
  padding-bottom: 10px;	
  z-index: 1;	
}

#sync1 .item{
  width: 100%;		
  text-align: center;
  z-index: 2;	
}

#sync1 .item img{
  width: 100%;	
}

#sync2 .item{
  cursor: pointer;	
}

#sync2 .item img{
  height: 100%;		
}

#sync2 .item{
  text-align: center;
  height: 73px;	
}

.owl-prev{
  position: absolute;
  left: 0;
  bottom: -73px;
  width: 31px;
  height: 73px;
  background: url(../images/carousel-arr-L.jpg) no-repeat;						
}

.owl-next{
  position: absolute;
  right: 0;
  bottom: -73px;
  width: 31px;
  height: 73px;
  background: url(../images/carousel-arr-R.jpg) no-repeat;						
}

@media screen and (max-width: 900px) {
	.carousel-wp{
		width: 100%;
		padding: 0 0 30px;
		float: none;
	}						
}
