#slider {
	clear:both;
	margin:0;
	position:relative;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border:10px solid #ddd;
	}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	}
.nivoSlider {
	position:relative;
	float:left;
	}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
	}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
	}
.nivo-caption {
	position:absolute;
	left:0;
	bottom:0;
	background:url(images/transparentblack2.png);
	color:#fff;
	width:100%;
	z-index:89;
	}
.nivo-caption p {
	padding:10px 20px;
	margin:0;
	}
.nivo-directionNav a {
	position:absolute;
	top:120px;
	z-index:99;
	cursor:pointer;
	background:url(images/nivo-directionnav.png);
	width:40px;
	height:40px;
	text-indent:-9999px;
	}
a.nivo-prevNav {
	left:20px;
	}
a.nivo-nextNav {
	right:20px;
	background-position:right top;
	}
.nivo-prevNav:hover {
	background-position:left bottom;
	}
.nivo-nextNav:hover {
	background-position:right bottom;
	}
.nivo-prevNav:active, .nivo-nextNav:active {
	top:121px;
	}
.nivo-controlNav {
	position:absolute;
	right:20px;
	bottom:15px;
	z-index:90;
	}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/nivo-controlnav.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	cursor:pointer;
	}
.nivo-controlNav a.active {
	background-position:-10px 0;
	}