.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: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background:#766143;
    	color:transparent;
	border:0;
	margin: 0 4px;
	display:inline-block;

}

.theme-default .nivo-controlNav a.active {
	background:#77be67;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:40px;
	height:80px;
	background:url(arrows.png);
	border:0;
	opacity: 0.5;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    top:45%;
    	color:transparent;

}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-40px 0;
	right:5%;
}
.theme-default a.nivo-prevNav {
	left:5%;
}

.theme-default .nivo-caption {
	position:absolute;
	bottom:50px;;
	z-index:8; 
	width:100%; 

}

.nivo-silder-caption {
	margin:0px auto;
	max-width:1030px;
	width:100%;
}

.silder-caption-contents {
	background:rgba(119,189,100,0.7); 
	padding:20px 30px 30px 30px;
	width:380px;
}

.theme-default .nivo-caption p {
	font-size:20px;
	color:#fff;
	font-family: 'Open Sans', sans-serif; font-style:italic; text-transform:uppercase;
	font-weight: 400; line-height:22px; 
	
}

.theme-default .nivo-caption h2 {
	font-size:27px;
	color:#644a2a;
	font-family: 'Oswald', sans-serif;
	font-weight: 600; text-transform:uppercase; 
	font-style:italic;
}




.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}