#wrapper {
    width: 760px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 620px;
    margin: 0 auto;
    position: relative;
	padding-top:0;
}

#aboutus .scroll {
  /*background: #FFFFF url(/_img/background/content_pane-gradient.gif) repeat-x scroll left bottom; */
  background: #ededec;  
}

.scroll {
    /*height:400px;*/
    height:370px;
    width: 620px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;   
   /* background: #FFFFFF url(/_img/background/content_pane-gradient.gif) repeat-x scroll left bottom;*/
}



.scrollContainer div.panel {
    padding: 0;
    height: 250px;
    width: 620px;
}

#shade {
    background: #EDEDEC url(/_img/background/shade.jpg) no-repeat 0 0;
    height: 50px;
}

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

ul.navigation li {
    display: inline;
    margin-right:0;
}

ul.navigation a {
    padding: 10px 5px;
    color: #666;
    text-decoration: none;
	  background-color: #fcfcfc; /*#EDEDEC;*/
}

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

ul.navigation a.selected {
    background-color: #ededec;
    font-weight:bold;
}

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


.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

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

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

.hide {
    display: none;
}
