.nivoSlider {
    position: relative;
    background: url(slider/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
    display: none;
}
/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}
/* The slices and boxes in the Slider */

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    width: 100% !important;
}
.nivo-box {
    display: none;
    position: absolute;
    z-index: 5;
}
/* Caption styles */

.nivo-caption {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #2a2f30;
    color: #fff;
    opacity: 0.75;
    width: 300px;
    z-index: 8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    behavior: url(js/PIE.htc);
}
.news_block .nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ea5b0c;
    color: #fff;
    opacity: 1;
    width: 683px;
    z-index: 8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 0;
	padding: 10px 10px 10px 23px;
    behavior: url(js/PIE.htc);
	font-weight:bold;
}
.nivo-caption > p {
    padding: 11px 12px 10px;
    margin: 0;
}
.nivo-caption a {
    display: inline !important;
}
.nivo-html-caption {
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}
.nivo-prevNav {
    left: 0px;
}
.nivo-nextNav {
    right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.nivo-controlNav a.active {
    font-weight: bold;
}
