.theme-default .nivoSlider {
	position:relative;
	background: transparent;
    margin:0px;
    /*** NEED TO CHANGE FOR HEIGHT ***/
    max-height:749px;

}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:relative;
	width:100%;
	top:-39px; 
	z-index:100; right:3%; 
}
.theme-default .nivo-controlNav a {
    /*** NEED TO CHANGE FOR POINT OF NAV ***/
	width:10px;
	height:10px;float:right; 
	background:#c9d1b6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-indent:-9999px;
	border:0;
	margin: 0 4px;
	display:inline-block;

}

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

.theme-default .nivo-directionNav a {
	display:none;
	width:40px;
	height:80px;
	background:url(arrows.png);
	text-indent:-9999px;
	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%;
}
.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;
	top:40%;
	left:22.5%;
	bottom: 0px;
	z-index:8; width:25%;
}

.theme-default .nivo-caption p {
	font-size:14px;
	display:inline-block;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; line-height:18px; padding-top:20px;
}

.theme-default .nivo-caption h2 {
	font-size:20px;
	background:rgba(0,0,0,0.5);
	padding:10px 15px;
	display:inline-block;
	color:#fff;
	 font-family: 'Oswald', sans-serif;  text-transform:uppercase;
	font-weight: 300;
}

.theme-default .nivo-caption h1 {
	font-size:26px;
	background:rgba(0,0,0,0.5);
	padding:10px 15px;
	display:inline-block;
	color:#fff;
	 font-family: 'Oswald', sans-serif;  text-transform:uppercase;
	font-weight: 600; 
}


.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;
}