/* --------------------------------------------------------------------
-------------- css for overlay standart styles for Nivo slider --------
-------------------------------------------------------------------- */

.nivoSlider
{
    margin-bottom:40px;
}

.nivo-caption
{
    background-color:rgba(0, 0, 0, 0.5);
}

.nivo-caption p
{
    position:relative;
    font-size:12px;
    padding:5px 10px 10px 10px;
}

.nivo-caption h1 
{
    text-decoration:none;
	font-size: 18px;
	margin:0;
}

.nivo-caption a
{
    text-decoration:none;
    font-weight: normal;
    color:#ffffff;
}

.nivocaption-category
{
    position:absolute;
    left:0;
    top:-50px;
    padding:10px;
    font-size:12px;
    background-color:rgba(0, 0, 0, 0.5);
}

.nivo-directionNav a
{
    background-image:url(../img/nivo-arrows.png);
    background-repeat:no-repeat;
    width:28px;
    height:28px;
}

a.nivo-prevNav
{
    left:0;
    background-position:0 0;
}

a:hover.nivo-prevNav
{
    background-position:-30px 0;
}

a.nivo-nextNav
{
    right:0;
    background-position:-60px 0;
}

a:hover.nivo-nextNav
{
    background-position:-90px 0;
}

.nivo-controlNav
{
    display:block;
    position:absolute;
    left:50%;
    bottom:-30px;
    margin-left:-75px;
}

.nivo-controlNav a
{
    position:relative;
    float:left;
    background-color:rgba(0, 0, 0, 0.5);
    color:#ffffff;
    font-size:11px;
    text-align:center;
    line-height:18px;
    width:20px;
    height:20px;
	margin:5px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor:pointer;
}

.nivo-controlNav a:hover
{
    background-color:rgba(0, 0, 0, 0.8);
}

.nivo-controlNav a.active
{
    background-color:rgba(0, 0, 0, 1);
}