
#scroller-header a {
    text-decoration:none; 
    padding:0 2px;
}

/*#scroller-header a:hover {
    text-decoration:none; 
    color:#4b412f
}*/

a.selected {
    color: #666666;
    background-color: #d5effe;
}

#scroller-header {
    /*background:url(images/header.gif) no-repeat;*/
    width:180px;
    /*height:24px;*/
    padding:0px;
    /*font-weight:700;*/
}

#scroller-body {
    /*background:url(images/body.gif) no-repeat bottom center;*/
    width:180px;
    padding-bottom:0px;
    margin-left:5px
}

#mask {
    width:180px;
    overflow:hidden;
    margin:0 auto;
}

#panel {
    background:#ffffff;
}

#panel div {
    float:left;
}

/* Extra styling for each panel*/

#panel ul {
    list-style:none;
    margin:5px 0px 0px 0px;
    padding:0px;
}

#panel ul li {
    padding:0px;
    border-bottom:1px dotted #ccc;
}

#panel ul li a.back {
    /*color:#666666;*/
    font-weight:bold;
}

#panel ul li.last {
    border-bottom:none !important;
}

#panel-1 {
    background:#ffffff;
}

#panel-2 {
    background:#ffffff;
}

#panel-3 {
    background:#ffffff;
}
