.list_carousel {
	margin: 0;
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}
.caroufredsel_wrapper {
	width: 100% !important;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	color: #999;
	height: 160px;
	padding: 0;
	margin: 0 7px;
	display: block;
	float: left;
	position: relative;
	width: 257px;
	background: #fff;
	border: 1px solid #fff;
}
.list_carousel li .titular {
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 10px;
	font-family: 'karbonbold';
}
.list_carousel li .titular .lila {
	color: #8270b4;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.list_carousel li .titular {
	background: #e1d8fb;
	height: 51px;
	padding: 8px;
	color: #644f9c;
	font-size: 14px;
}
.list_carousel li .descripcion {
	padding: 0 8px;
	color: #4c4a4a;
	position: relative;
}



.list_carousel li .titular p {
	margin: 0;
	line-height: 17px;
}
.tipo {
	position: absolute;
	left: 8px;
	top: 72px;
	color: #c5bbe0;
	font-size: 12px;
}
.btn-masinfo {
	position: absolute;
	right: 8px;
	top: 70px;

	background: #f2f1f4;
	padding: 0 4px 2px 4px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color:#644f9c;
	font-size:11px;
}
.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}
.listado-thumb {
	margin: 0;
	padding: 0;
	background: #455b90;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-right: 2px;
	text-align: left !important;
	z-index: 2;
	opacity: 0;
	zoom: 1;
	filter: alpha(opacity=0);
}
.listado-thumb ul {
	padding: 0 5px;
}
.listado-thumb ul li {
	margin: 0;
	padding: 0;
	width: 100%;
}
.listado-thumb ul li a {
	color: #fff;
	font-size: 15px;
	padding: 0;
	margin: 3px 0 3px 0 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 5px;
	text-align: left !important;
	display: block !important;
}
.listado-thumb:hover {
	opacity: 1;
	zoom: .6;
	filter: alpha(opacity=60);
	background: #fff !important;
}
.next, .prev {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #624d9b;
	width: 31px;
	height: 82px;
}
.next:hover, .prev:hover {
	opacity: .8;
}
.prev {
	position: absolute;
	top: 92px;
	left: 0;
	margin-top: -50px;
	background-image: url(/img/prev.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 10000;
}
.next {
	position: absolute;
	top: 92px;
	right:0;
	margin-top: -50px;
	background-image: url(/img/next.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 10000;
}
.listado-thumb .precio span.actual {
	color: #fff;
}
.listado-thumb .precio span.actual {
	color: #fff;
}
.listado-thumb:hover {
	zoom: 1;
	opacity: .60;
	filter: alpha(opacity=60);
}
