/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider-container.home-slider
{
	background:url("~/content/images/main/slide-back.png") no-repeat scroll -7px -4px transparent;
	padding:4px 2px 2px;
	height:432px;
}

#slider-container.trip-slider
{
	background:url("~/content/images/trip/slide-back.png") no-repeat scroll -3px -6px transparent;
	padding:4px 2px 2px;
	height:362px;
}
#slider {
	position:relative;
	margin:0 8px 9px 4px;
	background:#202834 url(~/content/images/nivo-slider/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}

.nivo-controlNav {
    position: absolute;
    left: 98.2%;
    top: 10px;
}

.trip-slider .nivo-controlNav {
    top:auto;
    bottom:10px;
    }
    
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(~/content/images/nivo-slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url('~/content/images/nivo-slider/arrows.png') no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
