.galleria-info-link
{
    display: none;
}
.mb-wrapper
{
    position: relative;
    top: 0;
    left: 0;

    height: 200px;
    margin: 0 auto 20px;
}
.mb-wrapper:before
{
    position: absolute;
    z-index: 2;
    bottom: -20px;
    left: 0;

    display: block;

    width: 22%;
    height: 200px;

    content: '';

    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 75%);
}
.mb-wrapper:after
{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -20px;

    display: block;

    width: 22%;
    height: 200px;

    content: '';

    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 75%);
}
.mb-slider,
.mb-scroll
{
    position: relative;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}
.mb-slider .mb-panel
{
    display: block;
    float: left;

    margin: 0;
    padding: 20px;

    list-style: none;

    cursor: pointer;
}
.mb-slider .mb-panel.current
{
    cursor: auto;
}
.mb-inside
{
    overflow: hidden;

    height: 200px;

    border-radius: 200px;
    background: #f0f0f0;
}
.mb-inside *
{
    max-width: 100%;
}
a.mb-scrollButtons
{
    position: absolute;
    top: 50%;

    display: block;

    width: 30px;
    height: 30px;

    cursor: pointer;
    text-decoration: none;

    border: 0;
    outline: 0;
}
a.mb-scrollButtons.mb-left
{
    z-index: 3;
    left: 20%;

    background-position: left top;
}
a.mb-scrollButtons.mb-left:before
{
    font-family: 'FontAwesome';
    font-size: 30px;

    margin-left: 3px;
    padding: 5px;

    content: '\f137';

    border-radius: 30px;
    background: white;
}
a.mb-scrollButtons.mb-right
{
    z-index: 3;
    right: 20%;

    margin-right: 50px;

    background-position: right top;
}
a.mb-scrollButtons.mb-right:before
{
    font-family: 'FontAwesome';
    font-size: 30px;

    padding: 5px;

    content: '\f138';

    border-radius: 30px;
    background: white;
}
a.mb-scrollButtons.disabled
{
    display: none;
}
.mb-controls
{
    position: relative;
    z-index: 100;

    margin: 0 auto;

    text-align: center;

    background: #ccc;
}
.mb-controls a
{
    font: 18px/2.2 Georgia, Serif;

    display: inline-block;

    margin: 0 5px 0 0;
    padding: 2px;

    text-align: center;
    text-decoration: none;

    color: #666;
    outline: 0;
}
.mb-controls a:hover
{
    color: black;
}
.mb-controls a.current
{
    color: white;
}