
#scroller-header a {
	text-decoration:none; 
	color:#867863; 
	padding:0 5px;
  font-size:12px;
}

#scroller-header a:hover {
	text-decoration:none; 
	color:#aa0000;
}

a.selected {
	text-decoration:underline !important; 
	color:#aa0000 !important;
  font-size:14px;
}

#scroller-header {
	background:url(../img/header.gif) no-repeat;
	width:350px;
	height:30px;
	padding:35px 0 0 15px;
	font-weight:700;
}

#scroller-body {
	background:url(../img/body.gif) no-repeat bottom center;
	width:350px;
	padding-bottom:30px;
}

#mask {
	width:320px;
	overflow:hidden;
	margin:0 auto;
}

#panel {

}

#panel div {
float:left;

}

/* Extra styling for each panel*/

#panel ul {
list-style:none;
margin:0 5px;
padding:0;
}

	#panel ul li {
		padding:5px;
		color:#000000;
		border-bottom:1px dotted #ccc;
	}

	#panel ul li.last {
		border-bottom:none !important;
	}

  

  
#panel-1 {
font-size: 12px; color: red;
}

#panel-2 {
font-size: 12px; color: #000000;
}

#panel-3 {
}
