#wrapper {
    width: 500;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

h3 {
	font-size: 12pt;
    margin: 10px;
    margin-bottom: 0px;
    padding: 0;
  
}


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

.scroll {
    height: 220px;
    width: 495px;
    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: 0px;
    height: 170px;
    width: 520px;
   
}
.scrollContainer p.panel {
    padding:10px;
  margin: 10px;
}

.scrollContainer p.panel2 {
    padding:0;
  margin: 10px;
  padding-left: 420px;
}

.scrollContainer p.panel3 {
    padding:0;
  margin: 20px;
  padding-left: 530px;
}

.scrollContainer p.panel4 {
    padding:0;
margin-top: 100px;
margin-left: 70px;
}



#shade {
    background: #EDEDEC url(../images/shadow.gif) no-repeat 0 0;
    height: 0px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 0px;
   font-size: 8pt;
}

ul.navigation img.middle {

vertical-align: bottom;

}

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

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
    
}

ul.navigation a:hover {
    background-repeat: no-repeat;
    border-left-width: thin;
    border-right-width: thin;
    border-left-color: grey;
    border-right-color: grey;
    border-left-style: dotted;
    border-right-style: dotted; 
}

ul.navigation a.selected {
    background-color: #000000;
     border-left-width: thin;
    border-right-width: thin;
    border-left-color: white;
    border-right-color: white;
    border-left-style: dotted;
    border-right-style: dotted; 
    color: white;

}

ul.navigation a:focus {
    outline: none;
}
.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

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

.scrollButtons.right {
    right: 15px;
}


.hide {
    display: none;
}

