/*
 * @version: $Id$
 */

#page_image {
	overflow: visible !important; /* for controlNav */
}
#slideshow {
	height: 398px;
}

.nivo-controlNav:before {
	content: 'more > ';
}
.nivo-controlNav {
	position: absolute;
	left: -290px;
	bottom: 0px;
	width: 256px;
	height: 17px;
	z-index: 1000;
}

.nivo-controlNav a {
	border: 0;
	text-decoration: none;
	
}
.nivo-controlNav a:after {
	content: '_';
}
.nivo-controlNav a:last-child:after {
	content: '';
}


.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;
}

