.panel h2 {
    font-size:25px;
     font-weight:bold;
     background: transparent;
     margin-bottom:.5em;
padding: 0px;
border: none;
margin: 0px;
}

#slider {
    width: 680px;
    margin: 0 auto;
    position: relative;

}



.scroll {
    
    width: 680px;

    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    
    
}


.scrollContainer div.panel {
    padding: 20px;
    
    width: 640px;
    /* background-color: #659CEC; */
background-color: #eeeedd;
background: #eeeedd url(../images/content_pane-gradient2.gif) repeat-x scroll left bottom; 
height: 420px;
}

.scrollContainer div.panelbright  {
    padding: 20px;
    
    width: 640px;
    /* background-color: #659CEC; */
background-color: #eeeedd;
background: #eeeedd url(../images/content_pane-gradient2.gif) repeat-x scroll left bottom; 
height: 420px;
}


#shade {
    background: #ffffff url(../images/shade2.jpg) no-repeat 0 0;
    background-position: center;
    height: 50px;
}


.panel h1, .panel h2, .panel h3, .panel h4
{
color: #444444;
margin-bottom: 0px;
padding-bottom: 0px;
}

.panel ul
{
margin-top: 0px;
padding-top: 0px;
}
.panel li
{
	color : #6f6f6f;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 7px;
	
}

ul.navigation li {
    display: inline;

    margin-right: 4px;


}

ul.navigation a {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000000;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
}

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

ul.navigation a.selected {
    background-color: #eeeedd;

	
}

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

.scrollButtons {
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

.panel
{
 
}
