.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; display:none;
	position:relative;
	width:100%;
	top:-50px;
	z-index:100;
}
.theme-default .nivo-controlNav a {
    /*** NEED TO CHANGE FOR POINT OF NAV ***/
	width:12px;
	height:12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:#fff;
	text-indent:-9999px;
	border:0;
	margin: 0 4px;
	display:inline-block;

}

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

.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:20%;
	left:5%;
	z-index:8; width:28%; padding:30px 25px; background:rgba(0,0,0,0.5);
}

.theme-default .nivo-caption .form{ color:#fff; font-size:16px;
}


.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:24px;
	background:rgba(0,0,0,0.7);
	padding:10px 15px;
	display:inline-block;
	color:#fff;
	font-family: 'Open Sans', sans-serif; text-transform:uppercase;
	font-weight: 300;
}

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


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