/**
 * VIEWSTUDIO
 *
 *
 * @author Piotr Góra (piotro112@gmail.com)
 * @copyright  Copyright (c) 2012 Viewstudio (http://www.viewstudio.pl)
 * Date: 19.12.12
 * Time: 19:06
 */

/** VS-Slider **/

/* NivoSlider */

.slider-wrapper {
	width: 930px;
	height: 300px;
}

.slider-wrapper .nivoSlider {
	width: 930px;
	height: 300px;
}

.slider-wrapper::before{
    position: absolute;
    width: 930px;
    height: 300px;
    content: "";
    z-index: 99;
    -moz-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.1);

}

.slider-wrapper .nivoSlider img {
	width: 930px;
	height: 300px;
    display: block;
}

.slider-wrapper .nivo-controlNav {
	position: absolute;
    bottom: 20px;
    right: -20px;
	padding-top: 0;
	padding-bottom: 0;
}

.nivo-controlNav a, .nivo-controlNav a:link, .nivo-controlNav a:visited {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #292929;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    text-indent: -10001px;
    margin-top: 5px;
}

.nivo-controlNav a:hover{
    background: #404040;
}

.slider-wrapper .nivo-controlNav .nivo-control.active{
    background: #ff6600;
}

.nivo-caption{
    width: auto;
    border-right: 5px solid #000000;
    left: auto;
    right: 15px;
    bottom: 15px;
    padding: 10px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.64)
}

.nivo-caption h2{
    font-family: 'Signika', sans-serif;
    font-size: 2.3em;
    line-height: 1em;
    margin-bottom: 0;
}

.nivo-caption p{
    font-family: 'Signika', sans-serif;
    font-size: 1.2em;
    font-weight: 300;
}

.nivo-html-caption{
    z-index: 9999;
    position: absolute;
}

#carousel > div{
    height: 200px;
    width: 100px;
}

.slider-wrapper2 .nivo-controlNav a,
.slider-wrapper2 .nivo-controlNav a:link,
.slider-wrapper2 .nivo-controlNav a:visited{
    border-radius: 0%;
    -moz-border-radius: 0%;
    -webkit-border-radius: 0%;
    background: transparent;
    display: block;
    width: auto;
    height: auto;
    cursor: pointer;
    text-indent: 0;
    margin-top: 5px;
    float: left;
    boredr: 1px solid #000;
    margin-left: 11px;
}

.slider-wrapper2 .nivo-controlNav a:first-child,
.slider-wrapper2 .nivo-controlNav a:link,
.slider-wrapper2 .nivo-controlNav a:visited{
    margin-left: 0;
}