
/******************** ADDED to test related box ****************/
#related {
    background: none repeat scroll 0 0 #EFEFEF;
    bottom: 60px;
    position: fixed;
    right: -220px;
    width: 375px;
    z-index: 99;
}

#related h2 {
    background: none repeat scroll 0 0 #222222;
    color: #FFFFFF;
    font-size: 1.4em;
    margin-top: 0;
    padding: 7px 10px;
}

#related #related_visibility {
    background: url("img/sprite_macba2014.png") no-repeat scroll -210px -110px rgba(0, 0, 0, 0);
    display: block;
    height: 21px;
    position: absolute;
    right: 0;
    top: 0;
    width: 19px;
}

.vertical_features, .vertical_list {
    margin: 7px 0 0;
    overflow: hidden;
}

.vertical_features li, .vertical_list li {
    list-style: none outside none;
    margin: 0;
    position: relative;
}

.vertical_features li a.contents, .vertical_list li a.contents {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 10px 10px 9px !important;
}
.vertical_features li a.contents:hover, .vertical_list li a.contents:hover{opacity:0.6;}
.vertical_features li:last-child a.contents, .vertical_list li:last-child a.contents {
    border-bottom: medium none;
}
.vertical_features li hgroup, .vertical_list li hgroup {
    float: left;
}
.vertical_features li hgroup h3, .vertical_list li hgroup h3 {
    font-size: 1.2em;
    font-weight: normal;
    line-height: 12px;
    margin: 0 0 2px;
    text-transform: uppercase;
}
.vertical_features li hgroup h1, .vertical_list li hgroup h1 {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 16px;
}
.vertical_features li hgroup h2, .vertical_list li hgroup h2 {
    font-size: 1.4em;
    font-weight: normal;
    line-height: 16px;
    background: none !important;
    color: #000 !important;
    height: none;
    padding: 0 !important;
}