.theme-default .nivoSlider {
	position:relative;
	background: transparent;
    margin:0px;
    /*** NEED TO CHANGE FOR HEIGHT ***/
    max-height:auto;

}
.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:absolute;
	width:100%;
	z-index:100; bottom:0;
}
.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:#000;
}

.theme-default .nivo-directionNav a {
	display:block;
	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:44%;
	left:15%;
	padding:10px;
	bottom: 0px;
	z-index:8;
}

.theme-default .nivo-caption p {
	font-size:28px; float:left;
	background:rgba(0,0,0,0.5);
	padding:0px 10px;
	display:inline-block;
	color:#fff;
  font-family: 'Hacen_Liner_Print-out_Light';
	font-weight: 300; text-transform:uppercase; text-align:right;
}

.theme-default .nivo-caption h2 {
	font-size:44px;
	background:rgba(0,0,0,0.5);
	padding:0px 10px;
	display:inline-block;
	color:#fff;
 font-family: 'Hacen_Liner_Print-out_Light';
	font-weight: 700;
	margin-top:-10px;
	text-align:left;
}


.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;
}