#newsCont {
	position:relative;
	width:375px;
	height:264px;
}

#newsFoot {
	position:relative; 
	clear:both;
}

.newsItem {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color:#435969;
	background: url(../images/newsItem.jpg) repeat-x top left;
	width:173px;
	height:48px;
	padding:18px 5px 0 12px;
	float:left;
}

.newsItem a, .newsItem a:hover, .newsItem a:visited {
	text-decoration:none;
	color:#435969;
	font-size: 14px;
	font-weight:bold;
}

.newsItemSel {
	color:#fff;
	background: url(../images/newsItemSel.jpg) repeat-x top left;
}

.newsItemSel a, .newsItemSel a:hover, .newsItemSel a:visited {
	text-decoration:none;
	color:#fff;
}

#newsIMG{
	position:absolute;
	top:1;
	right:0;
	width:187px;
	height:264px;
	overflow:hidden;
	display:block;
}

#newsIMG img {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	overflow: hidden;
}

#newsIMG IMG.active {
    z-index:10;
}

#newsIMG IMG.last-active {
    z-index:9;
}

.itmNum {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	line-height:14px;
	text-align:center;
	color:#fff;
	width:15px;
	height:15px;
	background-color:#E41A38;
	margin:0 2px 0 2px;
	float:left;
}

.itmNumSel {
	color:#E41A38;
	background-color:#fff;
}
