
.nivoSlider {
    position:relative;
    background-size: 100% 100% !important;

}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
}
/* 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%;
   background-size: 100% 100% !important;
    
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    width: 100% !important;
    
}
/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    opacity:0.8; /* Overridden by captionOpacity setting */
    width:100%;
    z-index:8;
}
.nivo-caption p {
    padding:5px;
    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;
}

.theme-doug.slider-wrapper {
    background: black;
    padding: 3px;
    margin: 0px auto;
    width: 95%;
    height:300px;
    border-radius: 0px;
    box-shadow: 3px 8px 8px black;
}

.theme-doug .nivoSlider {
/*     background:url(../images/loading.gif) no-repeat 50% 50%; DA */
    border: inset #eeddee 0px;
}

.theme-doug .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width: 1200px; /* Make sure your images are the same size */
    height:300px; /* Make sure your images are the same size */
}
.theme-doug .nivoSlider a {
    border:0;
    display:block;
}

.theme-doug .nivo-controlNav {
    position:absolute;
	left: 50%;
	bottom: -35px;
    margin-left:-30px; /* Tweak this to center bullets */
}
.theme-doug .nivo-controlNav a {
    display:block;
    width:15px;
    height:15px;
/*     background:url(../images/dots.png) no-repeat; */
    text-indent:-9999px;
    border:0;
    margin-right:4px;
    float:left;
    background-position:0px -15px;

}
.theme-doug .nivo-controlNav a.active {
    background-position:0 -30px;
}

.theme-doug .nivo-directionNav a {
	display:block;
	width:25px;
	height:200px;
	background:url(../images/arrows.png) no-repeat 0% 50%;
	text-indent:-9999px;
	border:0;
    top:40px;
}
.theme-doug a.nivo-nextNav {
	background-position:100% 50%;
	right:10px;
    padding-right:20px;
}
.theme-doug a.nivo-prevNav {
	left:10px;
    padding-left:20px;
}

.theme-doug .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    width: auto;
    border: solid #aabbcc 0px;

}

.theme-doug .nivo-caption a { 
    color:#FFF;
    border-bottom:1px dotted #fff;
}
.theme-doug .nivo-caption a:hover { 
    color:#fff;
}
