body {  
        padding:0;
        margin:0 20px;
        background:#eee;
        font: 12px arial;
}

#scroller-header a {
	text-decoration:none; 
	color:#867863; 
	padding:0 2px;
}

#scroller-header a:hover {
	text-decoration:none; 
	color:#4b412f;
}

a.selected {
	text-decoration:underline !important; 
	color:#4b412f !important;
}

#scroller-header {
	background-color: #fff; 
        border-top: 2px outset #eee;
	border-left: 2px outset #eee;
        border-right: 2px outset #eee;
        width:245px;
	height:24px;
	padding:35px 0 0 15px;
	font-weight:700;
}

#scroller-body {
	background:#fff;
	width:260px;
	padding-bottom:30px;
        border-bottom: 2px outset #eee;
	border-left: 2px outset #eee;
        border-right: 2px outset #eee;
}

#mask {
	width:250px;
	overflow:hidden;
	margin:0 auto;
}

#panel {

}

#panel div {
float:left;

}

/* Extra styling for each panel*/

#panel ul {
list-style-position: inside;
list-style-image: url("../../img/icon.gif");
margin:0 5px;
padding:0;
}

	#panel ul li {
		padding:5px;
		color:#557482;
		border-bottom:1px dotted #ccc;
	}

	#panel ul li.last {
		border-bottom:none !important;
	}

#panel-1 {
}

#panel-2 {
}

#panel-3 {
}