.nivoSlider {
	position:relative;
	background-color: #FFF;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

/* 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;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
width: 200px;
height: 24px;
text-align: right;
margin-left: 140px;
position: absolute;
z-index: 9999;
top: -100px;
left: -358px;
}
.nivo-controlNav a {
	position:relative;
	padding: 10px;
	top: 400px;
	left: 50%;
	cursor:pointer;
    background-color: #C00;
	background-image: url("../img/banner_button_off.png");
	background-repeat: no-repeat;
	background-position: center;
	color: #FFF;
	font-family: Trebuchet MS;
	font-size: 12px;
	width: 18px;
	height: 18px;
	z-index: 1100;
	text-decoration: none;
    margin-right: 1px;
}
.nivo-controlNav a.active {
	font-weight:bold;
	width: 18px;
	height: 18px;
	background-image: url("../img/banner_button_on.png");
	background-repeat: no-repeat;
	background-position: center;
	color: #FFF;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFF;
}
#slider {
	position:relative;
	background:url("../img/loading.gif") no-repeat 50% 50%; 
	width: 210px;
	height: 210px;
	float: left;
	background-color: #FFF;
	margin-top: 3px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}