/* $Id: nivo.css,v 1.38.2.4 2009/09/14 13:10:47 goba Exp $ */

/**
 * ST01a Nivo, for Drupal 6.x
 *
 */

/**
 * Generic elements
 */
.nivo-caption {
	width: auto;
	left: auto;
	right: 0;
	bottom: 40px;
	padding: 0 10px;
	opacity: 0.8 !important;
}
.nivo-caption h2 {
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	margin: 0;
	padding: 0;
}
.nivo-caption h3 {
	color: #7cb31a;
	font-weight: normal;
	font-size: 28px;
	margin: 0;
	padding: 0;
}
 

.nivo-directionNav a.nivo-prevNav {
	right: 41px;
	background: #3c580c url(images/nivo-arrows.gif) no-repeat 0 0;
	left: auto;
	bottom: 0px;
	top: auto;
	width: 40px;
	height: 40px;
}
.nivo-directionNav a.nivo-nextNav {
	right: 0px;
	background: #3c580c url(images/nivo-arrows.gif) no-repeat -40px 0;
	left: auto;
	bottom: 0px;
	top: auto;
	width: 40px;
	height: 40px;
}
.nivo-directionNav a.nivo-prevNav:hover,
.nivo-directionNav a.nivo-nextNav:hover {
	background-color: #578011;
}
.nivo-caption {
	bottom: 100px;
	right: 300px;
}
.nivo-controlNav {
	left: 1150px;
	bottom: 30px;
}
.nivo-controlNav a {
	width: 15px;
	height: 13px;
	background: url(images/bullets.gif) no-repeat 0 0;
	margin-right: 7px;
}
.nivo-controlNav a.active {
	background: url(images/bullets.gif) no-repeat -22px 0;
}