#slider_wrapper {
	float:left;
	width:800px;
	height: 470px;
	overflow:hidden;
}
.nivoSlider {
	width:800px; /* Change this to your images width */
	height:440px; /* Change this to your images height */
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
/*
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
*/
.nivoSlider a {
	border:0;
	display:block;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	width:800px;
	text-align:center;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:0px;
	float:left;
}
.nivo-controlNav a:hover {
	background-position:0 -22px;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}


/* HOMESLIDER*/
#slider_wrapper2 {
	float:left;
	width:475px;
	height: 390px;
	overflow:hidden;
	margin-left:40px;
	margin-top:30px;
}
.nivoSlider2 {
	width:411px; /* Change this to your images width */
	height:440px; /* Change this to your images height */
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
/*
.nivoSlider2 img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
*/