#sync1 .item{
    background: #eee;
    padding: 0px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;height: 489px;
}

#sync1.owl-carousel .owl-next, #sync1.owl-carousel .owl-prev {
    width: 22px;
    height: 31px;
    margin-top: -20px;
    position: absolute;
    top: 50%; 
}
#sync1.owl-carousel .owl-prev {
    left: 10px;
}
#sync1.owl-carousel .owl-next {
    right: 10px;
}
#sync2 .item{
     
    padding: 0px 0px;
    margin: 0px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}
#sync2 .item img {    /* width: 121px;*/
    margin: 0 auto;
    height: 85px;  }   
#sync2 .item h1{
  font-size: 18px;
}
#sync2 .synced .item img {
 /* background: #888;*/
   border: 1px solid red !important ; 
}