.carousel-wp{
  float: right;
  width: 600px;
  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 img{
  width: 100%;
  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-btn-L-small.jpg) no-repeat;						
}

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

@media screen and (max-width: 1200px) {
	.carousel-wp{
		clear: left;
		float: left;
		padding-top: 30px;
	}					
}

@media screen and (max-width: 745px) {
	.carousel-wp{
		width: 100%;
	}	
	.wp-history{
		width: 85%;
	}					
}
