div.latestnews {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline-block;
}
div.latestnewsitems {
	margin: 0 0 10px;
	padding: 20px 0;
	display: block;
	float: left;
}
a.latestnews-img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 1px #888888;
    display: inline-block;
    left: 1px;
    line-height: 1px;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 1px;
    margin-right: 15px;
    float: left;
}
a.latestnews-img:hover img{
	transform: scale(1.3) rotate(-9deg);
	-moz-transform: scale(1.3) rotate(-9deg);
	-webkit-transform: scale(1.3) rotate(-9deg);
	-o-transform: scale(1.3) rotate(-9deg);
}
div.latestnewsitems img { 
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
div.latestnewsitems img.left {
	float: left;
}
div.latestnewsitems img.right {
	float: right;
}
div.latestnewsitems h4 {
	margin: 0 0 10px;
}
#zt-userwrap4-inner div.latestnewsitems h4 {
	font-weight: normal;
	font-size: 150%;	
}