﻿

.carousel  {
   width:100%;
}
.carousel-wrapper {
   margin: 10px 30px; 
   overflow: hidden; 
   position:relative;
}
.carousel-items {
   width: 10000px; /* ���ୠ⫨⠥젡��� �谨???䫿 ??? �륬孲*/
   position: relative; 
}
.carousel-block {
   float: left; 
   text-align: center;
   max-width: 118px;
   color: #0d0d0d;
}
.carousel-block h4, .ul_recomend li h4{
   font-size: 16px;
   padding: 5px 0 3px;
}
.carousel-block img{
	display:block;
}
.carosel_img{
	background: #fff;
	padding: 12px 6px;
	border: 1px solid #E7E7E7;
}
/*********** BUTTONS ***********/
.carousel-button-left a, .carousel-button-right a{
   position: relative;
   top: 35px; 
   cursor: pointer; 
   text-decoration:none;
}
.carousel-button-left a {
   float: left; 
   background: url("../images/sleft.png") no-repeat center; 
   width: 19px;
   left: 5px;
   height: 34px;
}
.carousel-button-right a {
   float: right;
   background: url("../images/sright.png") no-repeat center ; 
   width: 19px;
   right: 5px;
   height: 34px;
}

.sl_doma {
   position: relative;
   top: -116px;
   background: white;
}

.sl_doma img {
   height: 58px;
}

.carousel-block p:last-child {
   color: #71a2d0;
   font-size: 1rem;
}
	