#slider a{
	display:block;
}
#slider {
	position:relative;
	//See the "style-pack" below for image
	background:url(images/loading.gif) no-repeat 50% 50%; 
	width: 955px;
	margin-left: 3px;
}
#slider img {
	position:relative;
	top:0px;
	left:0px;
	display:none;
}
#slider .nivo-controlNav {
	position:relative;
	bottom:-319px; /* Put the nav below the slider */
	left:200px;
}

#slider .nivo-controlNav img {
	display: inline; /* Unhide the thumbnails */
	position:relative;
	float:left;
}
