

.nivoSlider {
	position:relative;
	min-height:220px;
	margin:0;
	background:#202834 url(http://sendible-public.s3.amazonaws.com/stylesheets/nivo/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow:0px 2px 10px #777;
	-webkit-box-shadow:0px 2px 10px #777;
	box-shadow:0px 2px 10px #777;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	border:0;
}

/*
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(http://sendible-public.s3.amazonaws.com/stylesheets/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:5px;
}
a.nivo-prevNav {
	left:5px;
}*/

a.nivo-nextNav {
	background:url(http://sendible-public.s3.amazonaws.com/stylesheets/nivo/fancy_nav_right.png) no-repeat;
	right:-15px;
}
a.nivo-prevNav {
	background:url(http://sendible-public.s3.amazonaws.com/stylesheets/nivo/fancy_nav_left.png) no-repeat;
	left:-15px;
}

#tour_slides .nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-25px;
}

#tour_slides .nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(http://sendible-public.s3.amazonaws.com/stylesheets/nivo/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

#tour_slides .nivo-controlNav a.active {
	background-position:-10px 0;
}

#tour_slides a {
	display:block; /* IE Fix */
}
