/*=================================*/
/* Nivo slider
/* March 2010
/* By: Gilbert Pellegrom
/* http://www.gilbertpellegrom.co.uk
/*=================================*/

/*========================*/
/*=== Structure Styles ===*/
/*========================*/
#wrapperSlider {
	/*border:1px solid #66FF00;*/
	width:912px;
	height: 700px;
	margin:0 auto;
}

.nivoSlider {
	min-height:600px;
	margin:0px;
	background:#202834 url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
}

#contentSlider {
	/*border:1px solid #FF00FF;*/
	width:912px;
	height:700px;
	margin:0 auto;
	margin-top: 5px;
}

.nivo-directionNav a {
	display:none;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

#slider {
	margin-bottom:110px;
}
#slider .nivo-controlNav {
	position:absolute;
	left:5px;
	bottom:-50px;
}
#slider .nivo-controlNav img {
	display:inline;
	position:relative;
	margin-right:5px;
	border: 1px #fff solid;
	padding: 2px;
}
#slider .nivo-controlNav a.active img {
	border: 1px #3a3e42 solid;
	padding: 2px;
}

/* Sharper Thumbnails */
img {
	-ms-interpolation-mode:bicubic;
}

