

/* Slider
---------------------------------------- */
#slider-wrapper {
	overflow:hidden;
	position:relative;
	}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}


#slider-box {
	width:990px;
	height:660px;
	background-image:url(../images/box2-bg.png);
	}

/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	height:20px;
	right:0;
	bottom:-25px;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block !important;
	background:url(images/bullets.png) no-repeat 100% 0;
	width:17px;
	height:17px;
	float:left;
	font-size:0;
	text-indent:-9999em;
	margin-left:5px;
}
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
	background-position:0 0;
}

.nivo-directionNav {

	}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:36px;
	height:35px;
	text-indent:-9999px;
	border:0;
	top:50%;
	background:url(images/direction_nav.png) no-repeat 0 0;
}
a.nivo-nextNav {
	right:10px;
	background-position:-36px 0;
}
a.nivo-nextNav:hover {
	background-position:-36px -35px;
	}
a.nivo-prevNav {
	left:10px;
	background-position:0 0;
}
a.nivo-prevNav:hover {
	background-position:0 -35px;
	}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}