@charset "utf-8";
/* CSS Document */

.list_carousel1.responsive {
	width: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.list_carousel1 .foo {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 .foo > li {
	position: relative;
	float: left;
	cursor: default;
	margin: 0 10px;
	text-align: center;
	padding: 0;
	background: none;
}
.list_carousel1 .foo > li a {
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_carousel1 .foo > li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
	margin-bottom: 0 !important;
	overflow: visible !important;
}
 .list_carousel1 .foo > li a img {
 width: 100%;
}
 .list_carousel1.responsive .caroufredsel_wrapper {
 padding: 0 20px;
}
.list_btn2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -7px;
}
.list_btn2 .prev, .list_btn2 .next {
	display: inline-block !important;
	cursor: pointer;
	width: 10px;
	height: 15px;
	position: relative;
}
.list_btn2 .prev, .list_btn2 .next {
	display: inline-block !important;
	cursor: pointer;
	width: 10px;
	height: 15px;
	position: relative;
}
.list_btn2 .prev {
	float: left;
	margin-left: -10px;
	background: url(../img/prev.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .prev:hover {
	background: url(../img/prev.png) 0 bottom no-repeat;
}
.list_btn2 .next {
	float: right;
	margin-right: -10px;
	background: url(../img/next.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .next:hover {
	background: url(../img/next.png) 0 bottom no-repeat;
}
@media (min-width: 768px) and (max-width: 991px) {
 .list_carousel1 .foo > li a img {
 width: 100%;
}
 .list_btn2 .prev {
 margin: 0 0 0 5px;
}
 .list_btn2 .next {
 margin: 0 5px 0 0;
}
}
@media (max-width: 800px) {
 .list_carousel1 .foo > li img {
 width: 100%;
}
 .list_btn2 .prev {
 margin: 0 0 0 10px;
}
 .list_btn2 .next {
 margin: 0 10px 0 0;
}
}
@media (max-width: 800px) {
 .list_btn2 {
 top: auto;
 bottom: -33px;
 text-align: center;
}
 .list_btn2 .prev,  .list_btn2 .next {
 display: inline-block;
 float: none;
 margin: 0 10px;
}
}