#anuncios
{
	width: 100%;
	float:left;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}

#anuncios .cell, #anuncios .celltext
{
	color: #7d9c51;
	font-weight: bold;
	width: 151px; 
	height: 101px;
	text-align:center;
	padding: 0;
	float:left;
	margin: 0 3px 3px 0;
	position: relative;
	background-color: #fbfafa;
	overflow: hidden;
}

#anuncios .celltext{
	display: table;
}

#anuncios .cell img
{
	width: 150px; 
	height: 100px;
	margin: 0;
	padding: 0;
	border: none;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

#anuncios .cell .rotator
{
	margin: 0;
	padding: 0;
	width: 150px; 
	height: 100px;
	color: #7d9c51;
	text-decoration:none;
	position: absolute;
	top: 0;
	left: 0;	
}
#anuncios .celltext p
{
	/*
	width: 100%;
	margin: 0;
	padding: 0;
	
	float: left;
	*/
	#position: absolute;  
	#top: 50%;
	#left: 0;
	display: table-cell; 
	text-align: center;
	width: 100%;
	vertical-align: middle;
	
}

#anuncios .celltext p .noRotator
{
	margin: 0;
	padding: 0;
	color: #7d9c51;
	text-decoration:none;
	#position: relative;  
	#top: -50%;
	
}