
/****************************************************************************************\
 **   @name		EXP Autos  Pro                                                  **
 **   @package          Joomla 1.6                                                      **
 **   @author		EXP TEAM::Alexey Kurguz (Grusha)                                **
 **   @copyright	Copyright (C) 2005 - 2013  EXP TEAM::Alexey Kurguz (Grusha)     **
 **   @link             http://www.feellove.eu                                          **
 **   @license		Commercial License                                              **
 \****************************************************************************************/
.expdetimgmod{
    margin:20px 0;
}

.expdetimgmod.slick-slider {
    margin-bottom: 50px;
}

.expdetimsblock{
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 5px;
}

.moddetimg{
    position: relative;
}

.expdetimsblock{
    position: relative;
}

.moddetimg .moddetimg_title{
    position: absolute;
    bottom: 0;
    background: rgba(0, 0 , 0, 0.7);
    width: 100%;
}

.moddetimg .expdetimg_priceblock{
    position: absolute;
    top: 2px;
    right: 5px;
}

.moddetimg .expdetimg_priceblock .label{
    font-size: 0.8em;
}

.moddetimg .moddetimg_title .expdetimgtext{
}

.moddetimg .moddetimg_title .expdetimgtext,
.moddetimg .moddetimg_title .expdetimgtextnext{
    display: inline-block;
    padding: 5px 5px;
    color: #fff;
}

.moddetimg .moddetimg_title .expdetimgtextnext{
    /*
    text-align: right;
    float: right;
    */
}

.moddetimg .moddetimg_title .expdetimgprice .label{
    font-size: 0.8em;
}

.expdetimsblock a.expdetimglnk .moddetimg_title{
    /*transition: height 0.15s ease-out;*/
    height: 30px;
} 

.expdetimsblock a.expdetimglnk:hover .moddetimg_title{
    /*
    transition: height 0.25s ease-in;
    height: 100%;
    */
} 


.expdetimgmod .jam-control-right, .expdetimgmod .jam-control-left {
    position: absolute;
    top: 50%;
    display: block;
    border-radius: 3px;
    margin-top: -25px;
    padding: 2px 6px;
    cursor: pointer;
    color: #fff;
    border: none;
    outline: none;
    background: rgba(73,175,205,0.7);
    z-index: 2;
}

.expdetimgmod .jam-control-right:hover, .expdetimgmod .jam-control-left:hover {
    background: rgba(73,175,205,0.9);
    color: #fff;
    
}
.expdetimgmod .jam-slick-prev {
    right: 15px;
}
.expdetimgmod .jam-slick-next {
    left: 15px;
}
