/**
 * @package     mod_jprophotoslides
 * @file        css/jprophotoslides_shadow.css
 * @brief       Stylesheet for shadow module style file
 * @version     1.3.4
 * @link        http://www.jproextensions.com
 * @author      JPro Extensions (jproext@jproextensions.com)
 * @copyright   2012-2014 JPro Extensions
 * @license     This file is part of JPro Extensions Joomla! module.
 *
 * JProPhotoSlides for Joomla! 3 module is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * JProPhotoSlides for Joomla! 3 module is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with Module JProPhotoSlides Joomla module.  If not, see <http://www.gnu.org/licenses/>.
 *
 * A full text version of the GNU GPL version 3 can be found in the
 * LICENSE.TXT file.
 */

/* Carousel control buttons */
.cc-simple {
    position: absolute;
    top: 45%;
    left: 15px;
    width: 40px;
    height: 25px;
    margin-top: -20px;
    font-size: 40px;
    font-weight: 100;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* module outer style */
/* Simple uses template default style*/
.h3-simple {
    color: #808080 !important;
}

.close_cap {
    color: #818181;
    opacity: 1;
    font-size: 11px;
}

.jpe_car_image {
    margin: 0 auto;
}

.jpe_link {
    width: 100%;
    margin-top: 7px;
    font-size: 10px;
}

.jpe_link_foot {
    padding: 5px;
}
/* custom style */
.carousel-inner img {
    width: auto;
    height: 300px;
    max-height: 300px;
}