.slider-wrapper { 
	width:100%; max-width:1280px; height: auto; min-height:20px; margin:auto;
	position:relative; top:0px; left:0px; border-radius:0px; overflow:hidden;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
}
.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;
	padding:0;
	width:100%;
	position: absolute; bottom:24px; left:0%;
	z-index:200;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:14px;
	height:14px;
	background:url(bullets.png) right 0 no-repeat;
	text-indent:-9999px;
	border:0; margin: 0 3px;
	transition__: all 200ms ease-in-out;
	opacity:0.8; filter:alpha(opacity=80);
}
.theme-default .nivo-controlNav a.active {
	opacity:1; filter:alpha(opacity=100); background-position: 3px 0;
}
.theme-default .nivo-controlNav a:hover {
	opacity:1;  filter:alpha(opacity=100);
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:35px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: .7; filter:alpha(opacity=70);
	-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;
}
.theme-default:hover .nivo-directionNav a { opacity: .75;  filter:alpha(opacity=75); }
.theme-default:hover .nivo-directionNav a:hover { opacity: 1;  filter:alpha(opacity=100);}
.theme-default a.nivo-nextNav {
	background-position: right 0;
	
}
.theme-default a.nivo-prevNav {
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

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

@media only screen and (max-width : 1050px) {
	.nivo-directionNav a { top:73%;}
}
@media only screen and (max-width : 700px) {
	.nivo-directionNav a { top:72%;}
}
@media only screen and (max-width : 620px) {
	.nivo-directionNav a { top:71%;}
}
@media only screen and (max-width : 500px) {
	.nivo-directionNav a { top:70%;}
}