

#slider {
	/*
	height:184px;
	*/
	height:165px;
    width: 604px;
    margin-left:2px;
	border-bottom:3px solid #FFFFFF;
}

.scroll {
    width: 604px;
    overflow:hidden;
    position: relative;
    clear: left;
    background: #FFFFFF;
	height:165px;

}

.scrollContainer div.panel {
    padding: 20px;
    width: 604px;
}

.panel{
	height:165px;

    background: #FFFFFF url(../../../elements/news_sunburst.gif) no-repeat top left;

}

.panel_content {
	text-align:left;
	line-height:20px;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#666666;
    padding-left: 10px;
    width: 435px;
	float: left;
}

.panel_content h2 {
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:-5px;
	font-size:22px;
	color:#3F82AC;
	border-bottom: #CCCCCC 0px solid;
	
	}
	
	
.panel_content h2 a{
	color:#3F82AC;	
	}	
	
	
.panel_body{
width:435px;
height:44px;
overflow:hidden;
margin-top:13px;
margin-bottom:14px;
}	

.panel_img{
    float:right;
	padding-right: 30px;
	height:110px;
	width:110px;
	/*background: url(../../../elements/rss_news.jpg) top left no-repeat;
*/
}

.panel_count{
float:left;
margin-top:3px;
background-color:#F5F5F5;
font-size:14px;
color:#AAAAAA;
border:1px #AAAAAA dotted;
padding:3px 8px;
}

.panel_buttons{
width:206px;
float:right;
margin-bottom:20px;
margin-right:40px;
}

.panel_buttons a{
color: #FFFFFF;
text-decoration:none;
}

.panel_buttons .panel_prev, .panel_buttons .panel_next{
height: 0px;
overflow: hidden;
width: 92px;
z-index:99999;
padding-top: 28px;
}

.panel_buttons .panel_save{
background:url(../../../elements/save.gif) no-repeat left top;
width: 98px;
height: 34px;
float:right;
margin-left: 5px;
}

.panel_buttons .panel_next{
background:url(../../../elements/next.gif) no-repeat left top;
width: 98px;
height: 34px;
float:right;
margin-left: 5px;
}

.panel_buttons .panel_first{
background:url(../../../elements/first.gif) no-repeat left top;
width: 98px;
height: 34px;
float:right;
margin-left: 5px;
}

.panel_buttons .panel_prev{
background:url(../../../elements/prev.gif) no-repeat left top;
width: 98px;
height: 34px;
float:left;
margin-right: 5px;
}

.panel_rss{
background:url(../../../elements/news_rss.gif) no-repeat left top;
width: 98px;
height: 34px;
float:left;
margin-right: 5px;
}

.panel_buttons .panel_last{
background:url(../../../elements/last.gif) no-repeat left top;
width: 98px;
height: 34px;
float:left;
margin-right: 5px;
}


#navigation_container{
width:602px;
position: relative;
text-align:left;
border: 1px solid #FFFFFF;
background: #FFFFFF ;
padding:1px 0px 0px 0px;
height: 20px;

}

ul.navigation {
	font-family:"Trebuchet MS";
	font-size:10px;
	line-height:12px;
    list-style: none;
	margin-left:-40px;
	margin-top:0px;
	
}

ul.navigation li {
    float: left;
	text-align:center;
	border: 1px #CCCCCC solid;
	background:#E5E5E5;
	margin:1px;
	

}

ul.navigation a {
height:15px;
width: 15px;
display: block;
text-decoration: none;
color: #000;
text-decoration: none;
		
		


}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation li a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.hide {
    display: none;
}