#carousel-destacados {
	height: 150px;
	min-height: 150px;
	margin: 0;
}

#carousel-destacados .middle {
	background:white none repeat scroll 0 0;
	float:left;
	height:143px;
	overflow:hidden;
	width:910px;
}

#carousel-destacados .middle .inner{
	height: 143px;
	overflow: hidden;
}

#carousel-destacados a.carousel-control {
	float: left;
	font-size: 36px;
	height: 143px;
	line-height: 150px;
	text-align: center;
	text-decoration: none;
	width: 35px;
	background: url(images/prev-horizontal.gif) no-repeat 50% 50%;
}

#carousel-destacados a.carousel-control:hover {
	color: #000000;
}

#carousel-destacados a.next{
	background: url(images/next-horizontal.gif) no-repeat 50% 50%;
	float: right;
}

#carousel-destacados a.next, .right {
	float: right;
}


#carousel-destacados div{
	height: 150px;
}

#carousel-destacados div.slide{
	display: block;
	float: left;
	overflow: hidden;
	width: 180px;
	display: block;
	height: 143px;
	overflow: hidden;
	text-align: center;
	margin: 0 1px;
	font-size: 11px;
	line-height: 100%;
}

#carousel-destacados div.slide a.imagen{
	display:block;
	height:100px;
	line-height:175px;
	margin:10px 0 5px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
}
