.nivoSlider {
    position: relative;
}
.nivoSlider img {
    left: 0;
    position: absolute;
    top: 0;
}
.faded.nivoSlider{ margin: 0 0 0 0px; width:1000px !important; height:406px !important}
.nivoSlider a.nivo-imageLink {
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}
.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    z-index: 5;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-caption {
    background: none repeat scroll 0 0 transparent !important;
    height: 350px;
    position: absolute;
    right: 31px;
    top: 31px;
    width: 257px;
    z-index: 99;
}
.nivo-caption img {
    margin-left: 38px;
}

.nivo-caption p {
    color: #A5BE14;
    margin: 0;
    padding-top: 15px;
}
.nivo-caption a {
    display: inline !important;
    margin-top: 15px;
}
.nivo-html-caption {
    background: none repeat scroll 0 0 transparent !important;
    display: none;
}
.nivo-controlNav {
    top: 17px;
    font-size: 0;
    line-height: 0;
    
    position: absolute;
    left: 867px;
    z-index: 20;
}
.nivo-controlNav a {
    background: url("../images/navigato_off.jpg") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 20px;
	color:#fff;
	text-decoration:none;
    margin-right: 5px;
    position: relative;
    width: 26px;
	text-align:center;
	height:21px;
    z-index: 9;
	padding-top:3px;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
    background: url("../images/navigato_on.jpg") no-repeat;
}
.nivo-prevNav {
    left: 0;
}
.nivo-nextNav {
    right: 0;
}