#news_border {
    width: 460px;
	height: 290px;
    margin: 0 auto;
    position: relative;
	background: url(../images/news/feature/news_border_bg.gif) no-repeat;
}

.news_bg {
	width: 450px;
    height: 280px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
	top: 5px;
	left: 5px;
    clear: left;
	color: #ffffff;
}
	
.scrollContainer {
	padding: 10px;
}

.scrollContainer div.panel {
	width: 450px;
    height: 278px;
}


.news_left { padding: 10px; width: 195px;  height: 260px; float: left; text-align: left; background: url(../images/news/feature/news_left_bg.gif) no-repeat; }

.news_left h1 { margin: 0 0 0.5em 0; padding: 0; font-family: Georgia, Times New Roman, serif; font-size: 2em; font-weight: normal; }
a.news_left { margin: 0; padding: 0; width: 70px; height: 30px; text-indent: -99999999px; background: url(../images/news/feature/news_button.gif); }

.news_left p { font-size: 1.2em; }

.news_right { margin: 0 0 0 1px; width: 214px; height: 260px; float: left; text-align: left; }


#news_navigation {
	margin: 15px 0px;
	width: 460px;
}

#news_navigation ul {
    margin: 0 0 15px 0;;
    padding: 0;
	width: 215px;
	float: left;
}

#news_navigation ul li {
	margin: 0 0 0 15px;
	padding: 0;
}

#news_navigation ul li a {
	margin: 0;
	text-decoration: none;
}

