div#image_container {
    position:           relative;
    width:              467px;
    height:             105px;
    overflow:           hidden;
    float:              left;
}

div#image_nav_left {
    display:            block;
    background-color:   #e4e4e4;
    width:              15px;
    height:             54px;
    float:              left;
    border-left:        1px solid #e4e4e4;
    border-top:         1px solid #e4e4e4;
    border-bottom:      1px solid #e4e4e4;
    text-align:         center;
    font-weight:        bold;
    padding-top:        50px;
}

div#images img {
    width:              175px;
    height:             100px;
    float:              left;
    padding:            3px;
    border:             none;
}

div#image_nav_right {
    display:            block;
    background-color:   #e4e4e4;
    width:              15px;
    height:             54px;
    float:              left;
    border-right:       1px solid #e4e4e4;
    border-top:         1px solid #e4e4e4;
    border-bottom:      1px solid #e4e4e4;
    text-align:         center;
    font-weight:        bold;
    padding-top:        50px;
}