
.list_carousel {
	margin: 0 -10px 0 -10px;
	width: auto;
	position:relative;
	overflow: hidden;
    }
.list_carousel ul {
	margin:0;
	padding:0;
	list-style: none;
	display: block;
	cursor: default;
	}
.list_carousel li {		
	display: inline-block;
	float: left;
	display:block;
	line-height:22px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:17px;
	font-family: 'Open Sans', sans-serif;
   min-height: 162px;
    }
    .list_carousel li div{position: relative;}
    .list_carousel li div>span{
    	font-size: 12px;
    	line-height: 16px;
    	color: #1e120b;
    	display: block;
    	font-weight: bold;
    	text-transform: uppercase;
    }
    .list_carousel li div>strong{
    	font-size: 14px;
    	line-height: 16px;
    	color: #c37a32;
    }

   .list_carousel li a{
   	display: inline-block;
   	position: relative;
   	margin-bottom: 10px;
   	-webkit-transition: 0.2s ease all;
   	-moz-transition: 0.2s ease all;
   	-ms-transition: 0.2s ease all;
   	-o-transition: 0.2s ease all;
   	transition: 0.2s ease all;
   }
   .list_carousel li a:hover span{
   		border:13px solid #c2bcad;
   		opacity: 0.63;
   		filter: alpha(opacity=63)
   }
   .list_carousel li a:hover strong{display: none;}
   .list_carousel li a span{
   	position: absolute;
   	display: block;
   	border: 5px solid #c2bcad;
   	top: 0;
   	left: 0;
   	right: 0;
   	bottom: 0;
   	-webkit-transition: 0.2s ease all;
   	-moz-transition: 0.2s ease all;
   	-ms-transition: 0.2s ease all;
   	-o-transition: 0.2s ease all;
   	transition: 0.2s ease all;
   }
   .list_carousel li a strong{
   	position: absolute;
   	display: block;
   	border:1px solid #e3ded2;
   	top: 5px;
   	left: 5px;
   	right: 5px;
   	bottom: 5px;
   		-webkit-transition: 0.2s ease all;
   	-moz-transition: 0.2s ease all;
   	-ms-transition: 0.2s ease all;
   	-o-transition: 0.2s ease all;
   	transition: 0.2s ease all;
   }
.list_carousel li a img{
	width: 100%;
	max-width: inherit;
}


.list_carousel.responsive {
	width: auto;
}
.control-div{
	text-align: center;
	height: 29px;
}
.control-div span{
	display: inline-block;
	width: 86px;
	height: 29px;
}
#prev2{
	background: url(../img/prev.jpg) 0 bottom no-repeat;
	cursor: pointer;
}
#prev2:hover{background-position: 0 0;}
#next2{
	background: url(../img/next.jpg) 0 0 no-repeat;
	cursor: pointer;
}
#next2:hover{background-position: 0 bottom;}

@media (min-width: 1200px) {
	.list_carousel {margin: 0 -15px 0 -15px;}
	.list_carousel li{
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (max-width: 979px){
 .list_carousel li{ min-height: 162px;}
}