.nivoSlider { position:relative; }
.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: -13px;
	bottom: 11px;
	text-align: center;
	color: #020202;
	width: 100%;
	z-index: 89;
}

.nivo-caption p { padding:5px; margin:0; }

.nivo-directionNav a { font-size: 0; line-height: 0; position:absolute; bottom: 16px; z-index:99; cursor:pointer; text-indent: -5000px; }

a.nivo-prevNav { left: 46px; background: transparent url('../img/ico-prev.gif') left top no-repeat; width: 24px; height: 26px; display: block; }
a:hover.nivo-prevNav { background: transparent url('../img/ico-prev.gif') left -26px no-repeat; }

a.nivo-nextNav { right: 72px; background: transparent url('../img/ico-next.gif') left top no-repeat; width: 24px; height: 26px; display: block; }
a:hover.nivo-nextNav { background: transparent url('../img/ico-next.gif') left -26px no-repeat; }