#slider {
	position:relative;
	min-height:314px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#slider a {
	border:0;
}

#content {
	width:885px;
	margin:0 auto; 
	padding:0px;
	background:#202834;
	color:#8E9BAF;
	position:relative;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/*#footer {
	text-align:center;
	padding:30px 0;
	color:#31333E;
	text-shadow:0px 1px 0px #6F7784;
}
#footer a {
	color:#31333E;
	border-color:#31333E;
}
*/
.nivo-controlNav {
	position:absolute; z-index:100; 
	left:40%;
	bottom:-15px;
}
.nivo-controlNav a {
	display:block;
	width:15px;
	height:11px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:4px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-15px 0;
}

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