#slider-wrapper {
	position:absolute; left:50%; top:0; margin-left:-1100px;
    width:2200;
    height:500px;
}

#slider {
    width:2200px;
    height:500px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:50%;
	width:80px;
	height:17px;
	bottom:17px;
    opacity: 0.7;
    z-index: 99;
	margin-left:-38px;
	}
	
.nivo-controlNav:hover{opacity: 1;}
	
.nivo-controlNav a {
	display:block;
	width:14px;
	height:14px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:5px;
	float:left;
	border-radius:7px;
}
.nivo-controlNav a.active {
	background-position:0 -19px;
}

.nivo-directionNav a {
	display:block;
	width:1px;
	height:1px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-35px 0;
	right: 0px;
}

a.nivo-nextNav:hover{right: 0px;}

a.nivo-prevNav {
	left:0px;
}
a.nivo-prevNav:hover{left: 0px;}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

.nivo-directionNav a{top: 40%;}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}