@charset "utf-8";
/* CSS Document */

.ticker {
	height:210px;
	width:auto;
	margin:0px;
	padding:0px;
	overflow:hidden;
}


.ticker_box {
	height: 150px; 
/*	width: 188px; */
	width: 220px; 
	display:table; 
	vertical-align:top; 
	background: white; 
	border: 1px solid #ccc; 
		-moz-border-radius: 5px;
	border-radius: 5px;
}

.ticker_box img {
	max-height: 150px; 
	max-width: 220px;
	display:table; 
	background: white;
	margin-left: auto;
margin-right: auto;
}



ul.ticker  li {
	list-style-image: none !important;
	list-style-type: none !important;
	border:none !important;
	text-align:center;
}

.ticker_box  div {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.ticker .nome_prod_carousel {
margin-top: 10px;
margin-bottom: 20px;
width: 225px;
}

.ticker .nome_prod_carousel h1, .ticker .nome_prod_carousel h2 {
width: 225px;
}

.ticker .nome_prod_carousel a {
text-transform:capitalize !important;
}
