.carousel  {
width:1200px;
height:270px;
overflow:hidden;
margin:auto;
}
.carousel-wrapper {
margin:0;
overflow:hidden; 
position:relative;
}
.carousel-items {
width:10000px; 
position:relative; 
}
.carousel-button-left a, .carousel-button-right a{
width:40px; 
height:40px; 
position:relative;
top:115px; 
cursor:pointer; 
text-decoration:none;
opacity:0.5;
z-index:19;
border-bottom:0;
}
.carousel-button-left a{
float:left;
left:0;
background:url(../img/back_h.png) no-repeat transparent; 
background-position:center;
background-size:cover;
}
.carousel-button-right a{
float:right;
right:0;
background:url(../img/next_h.png) no-repeat transparent; 
background-position:center;
background-size:cover;
}
.carousel-button-left a:hover,.carousel-button-right a:hover{opacity:1.0;}
.carousel-block, .block {
position:relative;
display:block;
margin:0 25px 0 0;
float:left;
text-align:center;
border-bottom:0;
}
.carousel-shadow {color:#fff !important;background:rgba(41,41,41,0.5);width:257px;height:170px;padding:50px;}
.carousel-shadow  h5 {font-size:25px;line-height:35px;color:#fff !important;}
.carousel-shadow  h5:after {background:#fff !important;margin:12px auto;}