/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, 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 */
.nivoSlider {
	position:relative;
	z-index:50;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	z-index:50;
}

/* 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:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:10;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	color:#fff;
	z-index:89;
	position:absolute;
	color:white !important;
	font-size:14px !important;
	text-align:left !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-style: italic;
	background:url(half.png) bottom left repeat-x ;

/*	text-shadow:0px 0px 2px #000; */
}

.nivo-caption div {
	width:355px;
	padding:5px;
	margin:0;
	padding-left:60px;
	padding-top:20px;

/*	text-shadow:0px 0px 2px #000; */

/*  filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=2);
*/

	font-weight:bold;

}

.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:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}




.nivo-caption  h1{
	color:white !important;
	font-size:23px !important;
	border:none !important;
	font-family:Arial, Helvetica, sans-serif !important;
	text-align:left !important;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0em;
/*	text-shadow:2px 0px 2px #000; */

  height: 1em;
/*  filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=4);
*/

  /* Needed for Gecko */
  line-height: 2em;
  white-space: nowrap;

}

.nivo-caption h2{
	color:white !important;
	font-size:23px !important;
	border:none !important;
	font-family:Arial, Helvetica, sans-serif !important;
	text-align:left !important;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0em;
/*	text-shadow:0px 0px 4px #000; */

/*  filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=4);
*/

  /* Needed for Gecko */

}


