/*# quick links panels #*/

.panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    padding: 15px;
    background-color: #dedede;
}

.hero .cycle-slideshow {
    background: #fff;
    position: relative;
    z-index: 3;
}

/* controls */
.panels .top, .panels .bottom {
    position: absolute;
    right: 0;
    z-index: 2;
    margin:15px;
}

.panels .top {
    top:0;
}

.panels .bottom {
    bottom:0;
}

.panels .closeButton {
    line-height: 7px;
    font-size: 10px;
}

/* links */

.panels a {
    border-radius: 5px;
    text-transform: uppercase;
    padding: 5px;
    color: #FFF;
    border: 1px solid rgba(0,0,0,.1);
    font-size: 12px;
    background-color: #b20000;
    /*color3*/
    cursor: pointer;
    text-align:center;
    display: inline-block;
    display: block;
    margin: 2px;
}

.panels a:hover {
    background-color: #333;
    /*color4*/
    color: #FFF;
}

/* content */

.panel .subheading {
    margin: 0 0 10px;
}

.panel img {
    margin: auto;
    display: inline-block;
}
.panel .col {
    width: 49%;
}
.panel br {
    display: none;
}

.makesitem, .vehiclestylebox, .pricesbox {
    float: left;
}

.makesitem {
    width: 25%;
}

.vehiclestylebox {
    width: 20%;
}

.pricesbox {
    width: 50%;
}

.vehiclestylebox a {
    font-size: 10px;
}