#slider-wrapper {
    background:url(../images/slider.png) no-repeat;
    width:100%;
    margin:0 auto;
    padding-top:0px;
	margin:-5px 0px 0px 0px;
	border:0px solid red;
	float:left;
	height:357px;
}

#slider {
	position:relative;
    width:100%;
	background:url(../images/loading.gif) no-repeat 50% 50%;
	border:0px solid #000;
	margin:0px;
	color:#ff0000;
	height:357px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	color:#ff0000;
	width:100%;
}
#slider a {
	border:0;
	display:block;
	color:#fff;
	border:0px solid red;
}

.nivo-controlNav {
	position:absolute;
	right:5px;
	border:0px solid red;
	margin:0px 0px 0px 0px;
	color:#fff;
	bottom:50px;
	right:6%;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:29px;
	background:url(../images/bullets.png) no-repeat left top;
	text-indent:-9999px;
	margin-right:3px;
	float:left;
	border:0px solid red;
}
.nivo-controlNav a.active {
	background-position: left bottom;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background-image:url(../images/arrows.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
	border:0px solid red;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
	border:0px solid red;
	
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
	border:0px solid red;
}
.White_text
	{
	color:#fff;
	font-weight:normal;
	font-size:18px;
	}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}