#slider {
    width: 500px;
    position: relative;
   padding : 5px;
   border : 5px solid #e4e0c5;
}

.index #slider {
   width : 580px;
   padding : 0;
   border-width : 0;
}

.preowned #slider {
   margin-top : 48px;
}

.scroll {
    height: 300px;
    width: 500px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #fff;
}

.index .scroll {
   height : 400px;
height: 38em;
   width : 580px;
   background : #fcfcfc;
}

.preowned .scroll {
   height : 375px;
}

.scrollContainer div.panel {
    height: 300px;
    width: 580px;
}

.index .scrollContainer div.panel {
   height : 400px;
height: 40em;
   width : 580px;
}

.preowned .scrollContainer div.panel {
   height : 375px;
   width : 500px;
}

.index .scrollContainer div.panel img {
   padding : 5px;
   border : 5px solid #e4e0c5;
   background : #fff;
}

ul.navigation, ul.photo-navigation {
    list-style: none;
    margin: 5px 0 48px;
    padding: 0;
}

.index ul.navigation, .preowned ul.navigation {
   margin : 0 0 24px;
   width : 580px;
}

.preowned ul.navigation {
   width : 520px;
   float : left;
}

ul.navigation li, ul.photo-navigation li {
    display: inline;
line-height : 15px;
    margin-right: 1px;
}

.index ul.navigation li, .preowned ul.navigation li {
   display : block;
   float : left;
   margin-right : 0;
   line-height : 1.33em;
   border-right : 1px solid #000;
}

.preowned ul.navigation li {
   padding-bottom : 4px;
   border-bottom : 1px solid #000;
}

.index ul.navigation li:last-child, .preowned ul.navigation li:last-child {
   border-right-width : 0;
}

ul.navigation a, ul.photo-navigation a {
    padding: 3px 5px;
    text-decoration: none;
background : #e4e0c5;
}

.index ul.navigation a, .preowned ul.navigation a {
   padding : 0 70px;
   font-size : 1.25em;
   background : transparent;
   color : #999;
   text-transform : uppercase;
   letter-spacing : 1px;
}

.preowned ul.navigation a {
   padding : 0 90px;
}

ul.navigation a:hover, ul.photo-navigation a:hover { background-color: #02254d; color : #fff; }
.index ul.navigation a:hover, .preowned ul.navigation a:hover { background : #fcfcfc; color : #02254d; }
ul.navigation a.selected, ul.photo-navigation a.selected { background: #02254d; color : #fff; }
.index ul.navigation a.selected, .preowned ul.navigation a.selected { background : #fcfcfc; color : #02254d; }
ul.navigation a:focus, ul.photo-navigation a:focus { outline: none; }
.hide { display: none; }