body { 
   
}

#wrapper {
    width: 620px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 600px;
    margin: 0 auto;
    position: relative;
}
#slider2 {
    width: 600px;
    margin: 0 auto;
    position: relative;
    height:64px;
}
.scroll {
    height: 450px;
    width: 600px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 10px;
    height: 610px;
    width: 580px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation
{
    list-style: none;
    margin: 0;
    padding-bottom: 9px;
    font-weight: bold;
    color: #808080;
    height: 139px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
 color: #808080;
}


ul.navigation a
{
    padding: 10px;
    color: #808080;
    text-decoration: none;
    font-size: 13px; height: 70px;
}

ul.navigation a:hover
{
    
    height: 70px;
    background-image: url( '../images/selected2.jpg' );
    color: #3C517C;
  
}

ul li.selected{ 
	background:url('../images/selected2.jpg') 50% 0 no-repeat;margin: 0; 
	 line-height:20px;
	
}
ul.navigation a.selected
{
   
    color: #3C517C;
  
 background:transparent url(../images/selected2.jpg) no-repeat scroll left -15px;
 
}

ul.navigation li.active {background: url(selected.jpg) 50% 0 no-repeat;margin: 0;}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
