/*=================================*/
/* Nivo slider custom styles
/* April 2010
/* By: Gilbert Pellegrom, modified by Christopher Forrest
/* http://www.gilbertpellegrom.co.uk, http://www.forrestdean.com
/*=================================*/
.nivoSlider {
	position:relative;
	min-height:330px;
	margin:10px 10px 0px 10px; /*Adjust this for images to fit the container*/
	background:#202834 url(../images/loading.gif) no-repeat 50% 50%;
}

#slider2.nivoSlider {
	position:relative;
	min-height:203px;
	margin:2.5px; /*Adjust this for images to fit the container*/
	background:#202834 url(../images/loading.gif) no-repeat 50% 50%;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
}
.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../images/arrow.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

#slider2 .nivo-directionNav a {
	display:block;
	width:30px;
	height:50px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top:81px;
}
#slider2 a.nivo-nextNav {
	background-position:-32px 0;
	right:1px;
}
#slider2 a.nivo-prevNav {
	left:2px;
}

#slider1 .nivo-controlNav,
#slider2 .nivo-controlNav {
	position:absolute;
	right:2%;
	bottom:13px;
}
#slider2 .nivo-controlNav {
	bottom:-3px;
}
#slider1 .nivo-controlNav a,
#slider2 .nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
#slider1 .nivo-controlNav a.active,
#slider2 .nivo-controlNav a.active {
	background-position:-10px 0;
}

#slider1 a, #slider2 a {
	display:block; /* IE Fix */
}

/* Sharper Thumbnails */
img {
	-ms-interpolation-mode:bicubic;
}