
#slider {
    width: 689px;
    position: relative;
    float:left;

}

.scroll {
    height: 462px;
    width: 689px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
    padding:0px; 
    border:0px solid #CCC; 
    float:left;
}

.scrollContainer {padding:0px;}
.scrollContainer div.panel {
/*     padding: 20px; */
    width: 689px;
}
.panel {float:left; width:689px; margin-bottom:10px; height:462px; display: table-cell; vertical-align: middle;}
.panel img {margin-top:0px;}
#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 5px 0px;
    padding: 0;
    padding-bottom: 9px;
    float:left;
    width:700px;
    
}

ul.navigation li {
    display: inline;
    margin-right: 18px;
    float:left;
    margin-top:5px;
}
ul.navigation li.lastrow {
    display: inline;
    margin-right: 0px;
    float:left;
    margin-top:5px;
}


.lastthumb {margin-right:0px !important;}

ul.navigation a {
    padding: 2px;
    border:1px solid #CCC;
    float:left;
    color: #000;
    text-decoration: none;
}


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

ul.navigation a.selected {
    background-color: #0D227D;
}

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

.scrollButtons {
    position: absolute;
    top: 0px;
    cursor: pointer;
    opacity:0.6;
    filter: alpha(opacity = 100);
}

.scrollButtons.sliderleft {
    left: 0px;
    z-index:40;
}

.scrollButtons.sliderright {
right:0px;
    z-index: 40;
}

.hide {
    display: none;
}
