@charset "utf-8";
/* CSS Document */

#slider-nivo {
    height: 306px;
    margin: 0 auto;
    width:982px;
}
.nivoSlider {
    background: url(../images/preloader.gif) no-repeat scroll 50% 50% ;
    position: relative;
}
.nivoSlider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
.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 #000000;
    bottom: 0;
    color: #CCCCCC;
    left: 0;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    z-index: 8;
}
.nivo-caption p {
    margin: 0;
    padding: 15px;
}
.nivo-caption a {
    -moz-transition: border-color 0.2s ease-in 0s;
    border-bottom: 1px solid transparent;
    color: #FFFFFF;
    display: inline !important;
    text-decoration: none;
}
.nivo-caption a:hover {
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {
    border: 0 none;
    cursor: pointer;
    display: block;
    position: absolute;
    text-indent: -9999px;
    top: 25%;
    z-index: 99;
}
.nivo-directionNav .nivo-prevNav {
    background: url(../images/arrow-prev.png) no-repeat scroll 0 0 transparent;
    height: 70px;
    left: -0px;
    position: absolute;
    width: 30px;
}
.nivo-directionNav .nivo-nextNav {
    background: url(../images/arrow-next.png) no-repeat scroll 0 0 transparent;
    height: 70px;
    position: absolute;
    right: -0px;
    width: 30px;
}
.nivo-controlNav {
    bottom: 5px;
    left: 44%;    
    position: absolute;
	z-index: 99;
	background:  none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	padding: 5px 5px 0px 5px;
}
.nivo-controlNav a {
    background: url(../images/bullets.png) no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    float: left;
    height: 22px;
    margin-right: 3px;
    text-indent: -9999px;
    width: 22px;
}
.nivo-controlNav a.active {
   background-position: 0 -22px;
}
