/* CSS Document */
.list_carousel {
	position: relative;
	display: block;
}
.list_carousel #carousel1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel #carousel1 > li{
	padding: 0;
	display: inline-block;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 10px !important;
	cursor: default;
}

.list_carousel.responsive {
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}
.list_carousel li section {
	padding: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	border: 1px solid #b3b3b5;
	margin-bottom:10px;
}
.list_carousel li section a {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
}
.list_carousel li section a > img {
	width: 100%;
}
.list_carousel li section a:hover .infoslide {
	background: #444444;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.list_carousel li section a:hover .infoslide div strong {
	color: #f65e0d;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.list_carousel li section a:hover .infoslide div p {
	color: #f65e0d;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.list_carousel li section a .infoslide {
	background: #ffffff;
	padding: 5px 10px 5px 10px;
	margin: 0;
	position: relative;
}
.list_carousel li section a .infoslide figure {
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
}
.list_carousel li section a .infoslide div {
	overflow: hidden;
}
.list_carousel li section a .infoslide div strong {
	font-family: "HelveticaNeue", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #f65e0d;
	text-transform: uppercase;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.list_carousel li section a .infoslide div p {
	font-family: "HelveticaNeue", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	margin-bottom: 0;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#prev, #next {
	position: absolute;
	top: -30px;
	display: block;
	width: 15px;
	height: 26px;
}
#next {
	background: url(../img/controll.png) no-repeat right bottom;
	right: 0px;
}
#prev {
	background: url(../img/controll.png) no-repeat left 0;
	right: 25px;
}
#prev:hover {
	background-position: left bottom;
}
#next:hover, #next:hover {
	background-position: right 0;
}