/**
 * JiS is “Images slider for jQuery framework”.
 *
 * @author demorfi <demorfi@gmail.com>
 * @version 1.0
 * @source https://github.com/demorfi/jis
 * @license http://opensource.org/licenses/MIT Licensed under MIT License
 */



.jis-trigger:not(.jis-init),
.jis-trigger:not(.jis-init) ~ .title:not(#build),
.jis-wrapper ~ #build {
    display: none;
}

.title
{
    color      : #8b8b8b;
    font       : bold 12px Arial, Helvetica;
    margin     : 5px 0;
    text-align : right;
}

.title a
{
    color : #0080cf;
}
