.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-directionNav {
height:105px;
width:100%;
position:absolute;
bottom:140px;
left:0px;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:46px;
	height:105px;
	background:url(arrows.png);
	border:0;
	-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;
    color:transparent;
    cursor:pointer;

}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-46px 0;
	right:50%;
	margin-right:-46px;
}
.theme-default a.nivo-prevNav {
	left:50%;
	margin-left:-46px;
}