.theme-default .nivoSlider {
	position:relative;
	background: transparent;
    margin:0px;
    /*** NEED TO CHANGE FOR HEIGHT ***/

}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center; 
	position:relative;
	width:100%;
	top:-50px;
	z-index:100;
}
.theme-default .nivo-controlNav a {
    /*** NEED TO CHANGE FOR POINT OF NAV ***/
	width:15px;
	height:15px;
	-webkit-border-radius: 50%;
	-moz-border-radius:  50%;
	border-radius:  50%;
	background:#653b19;
	border:2px solid #fab82c;
    	color:transparent;
	margin: 0 4px;
	display:inline-block;

}

.theme-default .nivo-controlNav a.active {
	background:#fab82c;
}

.theme-default .nivo-caption {
	position:absolute;
    bottom:0px;
	padding:20px 0px 50px 0px;
	width:100%;
	text-align:center;
	z-index:8;
	font-size:20px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
	background: rgba(0,0,0,0.6);
	color:#fff;
}