.owl-buttons {
position: absolute;
top: 590px;
left: -4px;
width: 710px;
height: 38px;
}
    
.box.five.max .owl-buttons {
  top: 540px;    
}    

#news_details.max .owl-buttons {
  top: 515px;    
}   
    
    .owl-buttons div{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: transparent; 
        
    }
     
.owl-prev, .owl-next { width: 25px; height: 38px;  cursor: pointer; opacity: 0.6; transition: all 0.5s;   }
.owl-prev:hover, .owl-next:hover { opacity: 1; transition: all 0.5s;  }

.owl-prev { background: url('../images/prev.png') no-repeat; float: left; margin: 0 270px 0 0 ;  }
.owl-next { background: url('../images/next.png') no-repeat; float: right; margin: 0 0 0 310px ;  }

   #sync1 {
        width: 500px;
        height: 500px;
        float: left; 
       margin-right: 20px; 
    }
    
    .box.five.max #sync1 {
      width: 700px;
      height: 450px;
      float: none;
      margin-right: 0;
    }
    
    #news_details.max #sync1 {
      width: 700px;
      height: 450px;
    }

    #sync1 .item{
        width: 500px;
        height: 500px;
        opacity: 1;        
        transiation: all 0.5s;
    }
    
    .box.five.max #sync1 .item,
    #news_details.max #sync1 .item {
      width: 700px;
      height: 450px;
    }
    
    .box.five #sync1 .item img {
      margin: 0;
    }    

    #sync1 .item:hover{
         cursor:col-resize;
    }


    #sync2 .synced .item{
    opacity: 0.4;
        margin: 10px;
        width: 182px;
        height: 136px;
  
    }
     

    #sync2 { width: 650px; position: relative; margin-right: 5px;  padding: 30px 10px 0 12px; clear: both; float: right;  }

    #sync2 .item {
        margin: 10px;
        width: 182px;
        height: 136px;
    }
