#newsMainContainer {
	position:absolute;
	top:20px;
	left:0px;
}

#NoticiasContainer {
	float:left;
	display:block;
	position: relative;
	width: 200px;
	margin: 0;
	padding:0;
}

#widget {
	overflow: hidden;
	height: 180px; /* You should adjust this height for your project. */
	position: relative;
	float: left;
	width: 200px;
	list-style:none;
	margin:0;
	padding:0;
	margin:10px 0 0 20px;
}

#widget img {
	float: left;
	border: 1px solid white;
	padding: .2em;
	background: #d3d3d3;
	margin-right: .5em;
	width: 90px;
	height: 90px;
}

#widget li {
	clear: left;
	overflow: hidden;
	position: relative;
	top: 0;
	height: 99px; /* Change this to fit your needs. The plugin will access this value if you don't pass a parameter in when you call it. */
}

#widget li span {
	float: left;
	width: 221px;
	margin-top: 15px;
	margin-right: 0pt;
	margin-bottom: 2px;
	margin-left: 0pt;
	font-size: 11px;
	font-weight: bold;
	color: #105e9d;
}