

div.mediagallery section
{
    height: auto;
    margin: 20px 0;
    overflow: hidden;
}

div.mediagallery section .tabs,
div.mediagallery section .tabs-content
{
    height: 100%;
}


dd.tab-title a:before {
    content: "";
    padding: 0.25em 1.4em;
    margin-right: 0.3em;
    background-repeat: no-repeat;
}


.tabs-content > .content.active a:before
{
    background-position: bottom;
}

.f-media-slike:before
{
    background-image: url("../images/icon-slike.png");
}
.f-media-video:before
{
    background-image: url("../images/icon-video.png");
}
.f-media-3d:before
{
    background-image: url("../images/icon-3d.png");
}

dd.tab-title a {
    color: #AB2421;
    padding: 0;
    display: block;
    width: 100%;
    height: 76px;
    text-align: -webkit-center;
    line-height: 5em;
}