/*=================================*/
/* Nivo slider
/* March 2010
/* By: Gilbert Pellegrom
/* http://www.gilbertpellegrom.co.uk
/*=================================*/





/*========================*/
/*=== Structure Styles ===*/
/*========================*/




.nivoSlider {
	position:relative;
	min-height:163px;
	margin:0px 0px 0px 0px;
	background:#2275ba url(../gfx/jqlightbox/loading.gif) no-repeat 50% 50%;

}

#content {
	width:597px;
	margin:0 auto;
	position:relative;
}


.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../gfx/jqlightbox/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

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

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



