/*------------------------------------------------------------------------
* Copyright (c) 2008-2012 ZooTemplate. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: ZooTemplate
* Websites:  http://www.zootemplate.com
-------------------------------------------------------------------------*/
div.latestnews {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline-block;
}
div.latestnewsitems {
	margin: 0 0 10px;
	padding: 0;
	display: block;
	float: left;
}
div.latestnewsitems img { 
	padding: 2px;
}
div.latestnewsitems img.left {
	float: right;
}
div.latestnewsitems img.right {
	float: left;
}
div.latestnewsitems h4 {
	margin: 0.5em 0 0;
}
