/* The Nivo Slider styles */
.Bennington_Slider .nivoSlider {
	position: fixed;
	height: 100%;
	width: 100%;
	background: none;
}
.Bennington_Slider .nivoSlider img.ctl00_bleedImage_NivoSlider1_ctl00_repNivoSlider_ctl01_imgNivoSlider {
	position:fixed;
	width: 100%;
	top:0px;
	left:0px;
}



/* If an image is wrapped in a link */
.Bennington_Slider .nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.Bennington_Slider .nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.Bennington_Slider .nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.Bennington_Slider .nivo-caption p {
	padding:5px;
	margin:0;
}
.Bennington_Slider .nivo-caption a {
	display:inline !important;
}
.Bennington_Slider .nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.Bennington_Slider .nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.Bennington_Slider .nivo-prevNav {
	left:0px;
}
.Bennington_Slider .nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.Bennington_Slider .nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.Bennington_Slider .nivo-controlNav a.active {
	font-weight:bold;
}

.Bennington_Slider .nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.Bennington_Slider .nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url('<%= WebResource("Glenfield.Libraries.SliderControls.Resources.bullets.png")%>') no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.Bennington_Slider .nivo-controlNav a.active {
	background-position:-10px 0;
}

.Bennington_Slider .nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url('<%= WebResource("Glenfield.Libraries.SliderControls.Resources.arrows.png")%>') no-repeat;
	text-indent:-9999px;
	border:0;
}

.Bennington_Slider a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
.Bennington_Slider a.nivo-prevNav {
	left:10px;
}

/* Special */

.Bennington_Slider .nivoSlider 
{
	background:#202834 url('<%= WebResource("Glenfield.Libraries.SliderControls.Resources.loading.gif")%>') no-repeat 50% 50%;
	/*box-shadow:0px 0px 10px #333;
	float: left;
	position:relative;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;*/
}

/*.Bennington_Slider .nivoSlider img {
	position:absolute;
	position: fixed;
	top:0px;
	left:0px;
	display:none;
	width: 100%;
}*/

.Bennington_Slider .nivoSlider a {
	border:0;
}

.Bennington_Slider .rotator 
{
	position:absolute;	
	background:#000;
	color:#fff;
	filter:alpha(opacity=85);
	float: right;
	opacity:0.85; /* Overridden by captionOpacity setting */
	z-index:89;
}