/* ===========================================
   styles sepcific to home page */

.quote{
    width:      100%;
    height:     224px;
}

.quotefill{
    background-color: #0a0a12;
}

.hume{
    background:         url("/res/img/home/hume.jpg");
    background-repeat:  no-repeat;
}

.goodrich{
    background:         url("/res/img/home/goodrich.jpg");
    background-repeat:  no-repeat;
}

.cooper{
    background:         url("/res/img/home/CooperBanner.jpg");
    background-repeat:  no-repeat;
}

.hayek{
    background:         url("/res/img/home/HayekBanner.jpg");
    background-repeat:  no-repeat;
}

.jefferson{
    background:         url("/res/img/home/JeffersonBanner.jpg");
    background-repeat:  no-repeat;
}

.madison{
    background:         url("/res/img/home/MadisonBanner.jpg");
    background-repeat:  no-repeat;
}

.philo{
    background:         url("/res/img/home/PhiloBanner.jpg");
    background-repeat:  no-repeat;
}


.rogge{
    background:         url("/res/img/home/RoggeBanner.jpg");
    background-repeat:  no-repeat;
}

.tocqueville{
    background:         url("/res/img/home/TocquevilleBanner.jpg");
    background-repeat:  no-repeat;
}

.selector{
    width:              190px;
    background:         url("/img/home/selector.jpg");
    background-repeat:  no-repeat;
}

.selector .button{
    padding:        6px;
    font-size:      13px;
    vertical-align: middle;
    color:          #999999;
    cursor:         pointer;
}

.selector .over{
    color: #ffffff;
}

.feature{ width: 127px; }
.feature img{ width: 119px; }

