
#wrapper {
    width: 760px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    font-size:small;
    font-weight:bold;
}


p
{
font-size:small;

}


strong
{
 color:Olive;	
	
}

#slider {
    width: 620px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 500px;
    width: 1050px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    color:Blue;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x;
}

.scrollContainer div.panel1 {
    padding: 20px;
    height: 210px;
    width: 1000px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding:23px;
    padding-bottom: 45px;
    width:750px;
    
}

ul.navigation li {
    display: inline;
    margin-right: 0;
    font-size:13px;
     background-color: #ebebeb;
    border: 1px solid #a1a1a1;
    padding: 6px 0px; 
   
    
    border-radius: 19px;
   
}

ul.navigation a {
    padding: 5px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    
}

ul.navigation a.selected {
   
    color:Navy;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}