.carousel_item{
   position:relative;
   width:100%;
   margin:0 auto;
   margin-top:35px;
}
.carousel-wrapper {
   overflow: hidden; 
   position:relative;
   width:100%;
   height:260px;
   width:760px;
   padding-left:20px;
}
.carousel-items {
   width: 10000px; 
   position: relative; /
}
.carousel-block {
   display:inline-block;
   padding: 0 20px 0 20px;
   text-align:center;
}
.carousel-block .adv_item_title{
	margin-top:10px;
}
.carousel-block img{
	display:block;
	width: 205px; 
	height:205px;
	cursor:pointer;
	border:1px solid #f7f5ee;
}

/*********** BUTTONS ***********/
.carousel-button-left a, .carousel-button-right a{
   width: 11px; 
   height: 20px; 
   position: relative;
   top: 100px; 
   cursor: pointer; 
   text-decoration:none;
}
.carousel-button-left a{
   position:absolute;
   background: url(../images/arrow_sprite.png);
   background-position:0 -28px;
   background-repeat:no-repeat;
    z-index:9;
   
}
.carousel-button-left a:hover{
	background-position:0 -77px;
}
.carousel-button-right a:hover{
	background-position:0 -52px;
}
.carousel-button-right a{
  position:absolute;
   right:0px;
   background: url(../images/arrow_sprite.png);
   background-repeat:no-repeat;
   z-index:9;
}

/*********** SHADOW ***********/
.shadow{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}