#slider {
	border-top:1px solid #faf6f0;
	border-left:1px solid #faf6f0;
	border-right:1px solid #faf6f0;
	position:relative;
	//See the "style-pack" below for image
	background:url(images/loading.gif) no-repeat 50% 50%; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider {
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	margin-bottom:-10px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.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 */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:0%;
	z-index:99;
	cursor:pointer;
}
.nivo-directionNav a:hover {
	position:absolute;
	top:0%;
	z-index:99;
	cursor:pointer;
	color:#fff;
}
.nivo-prevNav {
	background:#bf9d64;
	left:0px;
	padding:4px;
	color:#fff;
}
.nivo-nextNav {
	background:#bf9d64;
	right:0px;
	padding:4px;
	color:#fff;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:relative;
	z-index:99;
	cursor:pointer;
	color:#fff;
	top:317px;
	margin-left:2px;
}
.nivo-controlNav a {
    background:url(../images/btbg.png) no-repeat transparent;
	height:23px;
	width:23px;
	padding:2px 9px 8px 9px;
	position:relative;
	z-index:99;
	cursor:pointer;
	color:#fff;
    font-size:13px;
}
.nivo-controlNav a:hover {
	position:relative;
	z-index:99;
	cursor:pointer;
	color:#fff;
    font-size:13px;
}
.nivo-controlNav a.active {
	font-size:13px;
	text-decoration:underline;
}
