<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Project:
 * CONTENIDO Content Management System
 *
 * Description:
 * CONTENIDO mpNivoSlider styles, overwrites/extends Nivo Slider styles
 *
 * Requirements:
 * @con_php_req 5.0
 *
 * @package     CONTENIDO_Modules
 * @subpackage  mpNivoSlider
 * @author      Murat Purc &lt;murat@purc.de&gt;
 * @copyright   Copyright (c) 2011 Murat Purc (http://www.purc.de)
 * @license     http://www.gnu.org/licenses/gpl-2.0.html - GNU General Public License, version 2
 * @version     $Id: $
 */


.mpNivoSliderControlNav {
}

/** @extends modMpNivoSlider */
.mpNivoSliderControlNav .theme-default .nivo-controlNav {
}

/** @extends modMpNivoSlider */
.mpNivoSliderControlNavThumbs {
    margin-bottom: 70px;
}

.mpNivoSliderControlNavThumbs .theme-default .nivo-controlNav {
    bottom: -70px;
    left: 0;
    margin: 0;
}

.mpNivoSliderControlNavThumbs .theme-default .nivo-controlNav a {
    background: none;
    display: inline-block;
    height: auto;
    text-indent: 0;
    width: auto;
}

.mpNivoSliderControlNavThumbs .theme-default .nivo-controlNav img {
    display: inline; /* Unhide the thumbnails */
    position: relative;
    margin: 0 10px 7px 0;
}

/** @extends modMpNivoSlider */
/* dark arrows for bright images */
.theme-default .nivo-directionNav a {
}

/* bright arrows/captions for dark images */
.mpNivoSliderDark .theme-default .nivo-directionNav a {
	background-image:url(themes/default/arrows.png);
}
.mpNivoSliderDark .nivo-caption {
    background-color: #fff;
    color: #000;
}

</pre></body></html>