/* NIVO SLIDER */
.nivoSlider {
    position:relative;
    /*background:#fff url('images/loading.gif') no-repeat 50% 50%;*/
    background: url('images/px.gif') no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
    cursor: pointer;
    background: url('images/px.gif');
}
.nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background:url('images/arrows2.png') no-repeat;
    text-indent:-9999px;
    border:0;
}
a.nivo-nextNav {
    background-position:-30px 0;
    right:15px;
}
a.nivo-prevNav {
    left:15px;
}

.nivo-controlNav {
    /* 	background: red; */
    position:absolute;
    left:50%;
    margin-top: -50px;
    margin-left: -65px; /* Tweak this to center bullets */
    z-index: 1000;
}
.nivo-controlNav a {
    display:block;
    width:22px;
    height:22px;
    background:url('images/bullets2.png') no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;

}
.nivo-controlNav a.active {
    background-position:0 -22px;
}

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 20px 0;
}
.theme-default .nivo-controlNav a {
    display:inline-block;
    width:22px;
    height:22px;
    background:url(bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
    background-position:0 -22px;
}


/*.nivoSlider a.nivo-imageLink {*/
    /*position:absolute;*/
    /*top:0px;*/
    /*left:0px;*/
    /*width:100%;*/
    /*height:100%;*/
    /*border:0;*/
    /*padding:0;*/
    /*margin:0;*/
    /*z-index: 6000;*/
    /*background: none;*/
/*}*/