#slider-wrapper { background:#CCC; width:680px; height:483px; }

#slider { position:relative; overflow:hidden; background:url(loading0.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; right:102px; bottom:19px; z-index:999; }
.nivo-controlNav a {
	z-index:99;
	float:left;
	width:14px; height:14px;
	background:url(nivo-con.png) right top no-repeat;
	text-align:center;
	text-decoration:none;
	margin-left:3px;
	font-size:0;
	line-height:0;
	cursor:pointer;
	display:block;
	
}
.nivo-controlNav a.active {
	background:url(nivo-con.png) left top no-repeat;
}

.nivo-directionNav { display:block!important;}
.nivo-directionNav a { display:block; width:83px; height:83px;  text-indent:-9999px; border:0;}
a.nivo-nextNav { background:url(arrows-r.gif) no-repeat top left; right:0; }
a.nivo-nextNav:hover { background:url(arrows-r.gif) no-repeat bottom left; right:0; }
a.nivo-prevNav { left:0; display:none!important;  }
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	text-indent:0px;
	margin:0;
	background:#000;
	width:680px;
	height:83px;
	z-index:9;
	overflow:hidden;
	opacity:1;
}
.nivo-caption p { font-size:36px; line-height:36px; font-family: "Times New Roman", Times, serif; color:#fff; display:block; float:left; padding:23px 0 0 32px; margin:0; text-transform:uppercase;}
