#newsSection {
	overflow: hidden;
	width:638px;
	position: relative;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left:0px;
	top:0px;
	margin-bottom:20px;
}

#newsSection h2  {
	font-size: 18px;
	margin-bottom: 0px;
}

#newsNavigation  {
	position:relative;
	margin-bottom: 0px;
	padding-bottom: 0px;
	bottom: 4px;
}

#newsNavigation a  {
	display:block;
	position:absolute;
	width:10px;
	height:16px;
}

#newsNavigation a p  {
	height:1px;
	width:1px;
	overflow: hidden;
	}
#newsNavigation #previous {
	background: transparent url("leftArrow.gif") no-repeat 0px 1px;
	right:15px;
	top:-16px;
}

#newsNavigation #next {
	background: transparent url("rightArrow.gif") no-repeat 0px 1px;
	right:0px;
	top:-16px;
}

#newsNavigation #previous:hover  {
	background-position: 0px bottom;
	}
#newsNavigation #next:hover  {
	background-position: 0px bottom;
	}


#newslist  {
	/*border-top: 1px solid #9c6433;
	border-bottom: 1px solid #9c6433;*/
	height:160px;
	overflow: hidden;
}

/* "newsItem a" padding-top is the height of the image. The height is for text */
.newsItem a	 {
	display:block;
	height:159px;
	width:206px;
	margin:0;
	padding-top:140px;
	font-size: 90%;
	color:#666;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
	}

.newsItem	 {
	width:216px;
	position:relative;
	height:159px;
}

.newsItem h5 {
	margin:0 0 2px 0;
	font-weight: bold;
	font-size: 110%;
	color:#8a2629;	
}

ul#newslist  {
	width: 5418px;
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#newsSection ul li  {
	float: left;
}

#newsSection ul li a:hover  {
	color: #990000;
}

#newsSection .counterbar  {
	width:430px;
	float:left;
	clear:both;
	padding:4px;
	margin-top: 4px;
	text-align: right;
	position: relative;
	z-index: 10;
	}

#newsSection #counter  {
	font-size: 110%;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	}



/*Number Buttons*/
 .numberButtons {
	width:285px;
	
}

 .numberButtons img {
 	
}
