#scroller-header a {
	text-decoration:none; 
	color:#999;
	padding:3px;
}

#scroller-header a:hover {
	text-decoration:none;
	color:#FFF;
}

a.selected {
	text-decoration:underline !important;
	color:#FFF;
}

a.selected:hover {
	color:#FFFFFF !important;
}


#scroller-header {
	background:url(images/header.gif) no-repeat;
	width:620px;
	height:40px;
	padding:0;
	font-weight:700;
}

#scroller-body {
	background:url(images/body.gif) no-repeat bottom center;
	width:620px;
	padding-bottom:10px;
}

#mask {
	width:620px;
	overflow:hidden;
	margin:0 auto;
}

#panel {
	width:620px;
}

#panel div {
float:left;

}

/* Extra styling for each panel*/

#panel ul {
	list-style:none;
	border-top:1px dotted #444;
}

	#panel ul li {
		line-height:1.5;
		padding:10px 0;
		color:#999;
		border-bottom:1px dotted #444;
	}

	#panel ul li.last {
		border-bottom:none !important;
	}

#panel-1 {
}

#panel-2 {
}

#panel-3 {
}