#slider {
    width: 600px;
    margin: 0 auto;
    position: relative;
    color: #000;
}

#slider a {
    color: #000;
    text-decoration: underline;
}

#slider b {
display:none;
}
#slider a:hover {
    color: #000;
}

.scroll {
    height: 300px;
    width: 600px;
    overflow: auto;
    overflow-x: hidden;
    background: #fff;
    position: relative;
    z-index:4;
    clear: left;
    border: 1px solid #dedede;
    background: url(http://preview.thetyee.ca/About/Builders/Tyee-BuilderID-300x300belt.gif) #fff  no-repeat right;
    background-size:0 
}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 560px;
    
}



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

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

#slider ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    background-color: #dedede;
        border: 1px solid #dedede;
        z-index: 2;
       position:relative;
       border-bottom:none;

}

#slider ul.navigation a:hover {
 background: #ffee73;
;
}

#slider ul.navigation a.selected {
    background-color: #fff;
    z-index: 5;
        border: 1px solid dedede;

    border-bottom:none;
}

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

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

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

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

.hide {
    display: none;
}

p.builderButton, #slider p.button {
    text-align: center;
    font-size: 1.2em;
}

p.builderButton a, #slider p.button a {
    background: #ededed;
    border: 2px solid #dedede;
    border-radius: 10px;
    padding: 10px;
    color: #444;
    text-decoration: none;
    font-weight: normal;
    font-style:normal;
   
   
}

p.builderButton:hover a, #slider p.button:hover a, a.BuilderButton:hover {
    background:#ffee73;
    text-decoration:none;
    
}

.BuilderButton {
    padding: .25em;
    background-color: #dedede;
    margin: .25em;
    font-size: 1.5em;
    margin-top: 1em;
    border-radius: 10px;
    width: 25%;
    display: inline-block;
    font-style: normal;
    color: #000;
    border:2px solid #dedede;
}
p.center {
    text-align: center;
    padding-top:2em;
    }

