@import url(/images/css/common.css);

#inews{
	background: url('/images/zag_news.jpg') left top no-repeat;
}
#isux{
	background: url('/images/zag_sux.jpg') left top no-repeat;
}

.iproj-zag{width: 200px;height: 30px;position: absolute;}

.inews{
	list-style: none;
	margin: 0;
	padding: 45px 4.5% 0 0;
	width: 45%;
	float: left;
}
	.inews li{
		margin: 0;
		padding: 8px 0;
		min-height: 82px;
		_height: 82px;
	}
		.inews li img{
			width: 82px;
			height: 77px;
			float: left;
			background-position: center center;
			background-repeat: no-repeat;
		}
		.inews li div{
			margin-left: 94px;
			line-height: 150%;
			font-size: 11px;
		}
			.inews li h3{
				font-size: 12px;
			}
.inews li.news-zag{ position: absolute; height: 30px; min-height: 0; padding: 0; margin: -42px 0 0 0;}
.inews li.news-zag img{width: 200px;height: 30px;}

