/*
 * jQuery Nivo Slider v2.5.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
#contain {
	height:320px;
	overflow:hidden;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;	
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0px;	
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	top: 25px;
	left: 10px;
	text-align: left;
	position: absolute;
	opacity: 1 !important;
	z-index: 111;
	width: 230px;
	height:150px;
	opacity:1;
	padding:0px 0px 0px 20px;
	filter:""!important;
}
.nivo-caption span {
	display:block;
	background-image:url("/gfx/whitebg.jpg");
	margin:5px 0px 0px 0px;
	width:280px;
}
.nivo-caption span img {
	position:relative;
}
.nivo-caption h1 {
	font-size:23px;
	line-height:32px;
	margin:10px 0px 10px 0px;
	font-weight:bold;
	padding:0px 0px 2px 0px;
}
.nivo-caption p {
	margin:0px;
}
.nivo-caption em {
	font-size: 17px;
	color: #fff;
	font-style: normal;
	height: auto;
	overflow: hidden;
	float: left;
	font-weight: 400;
	line-height: 22px;
}
.nivo-caption a {
	color:#fff;
	font-size: 14px;
	font-weight:600;
	padding: 0;
	text-align: center;
}
.nivo-caption a {
/*	display:inline !important;*/
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
overflow: hidden;
position: absolute;
bottom: 10px;
right: 10px;

}
.nivo-controlNav a {	
	display: block;
	position:relative;
	float: left;
	z-index:9;
	margin:10px 3px 0px 3px;
	width:21px;
	height:19px;
	cursor:pointer;
	background-image:url("../gfx/bullet.png");
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background-image:url("../gfx/bullet_active.png");
}