div.teasers {

}
div.teasers div.entry {
	overflow:hidden;
	clear:left;
	margin-bottom:15px;
}
div.teasers div.entry.odd {

}
div.teasers div.entry h3 {
	font-weight:bold;
	font-size:1.1em;
	margin:0px;
	padding:0px;
}
div.teasers div.entry img {
	float:left;
	margin-right:5px;
}

div.teasers div.entry p.description {
	position:relative;
	overflow:hidden;
	margin:0px;
	padding:0px;
	font-size:1.1em;
}
div.teasers div.entry p.description span.link {
	position:absolute;
	bottom:0px;
	right:0px;
	font-weight:bold;

}
