/*
 * jQuery Nivo Slider v2.3
 * 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
 */
 
 
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	height:305px;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right:255px;
	bottom:10px;
}
.nivo-controlNav a {
	display:block;
	width:8px;
	height:8px;
	background:url(img/dot.png) no-repeat  0 -8px;
	_background:#fff;
	text-indent:-9999px;
	border:0;
	margin-right:6px;
	float:left;
	overflow:hidden;
}
.nivo-controlNav a.active {
	background:url(img/dot.png) no-repeat  0 0;
	_background:#028d3c;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(img/arrows.gif) no-repeat 0 3px;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position: -27px 3px;
	right:285px;
}
a.nivo-prevNav {
	left:235px;
}

 
.nivo-caption a { 
    color:#fff;
    text-decoration:none;
}
 
/* The Nivo Slider styles */
.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:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	bottom:0px;
	background:#f5f5f5;
	color:#fff;
	z-index:89;
	width:215px;
	 height:240px;top:0px;
	right:0;
	 text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
	padding:20px 10px 0 20px;
	overflow:hidden;
}
.nivo-caption p {
	padding:0;
	margin:0;
}

.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

.nivo-caption p { width:215px;  display:block; line-height:22px;padding:0 0 0 0px;}
.nivo-caption h3 { width:215px; font-size:16px;  overflow:hidden;}
.nivo-caption h3 a { color:#009a3f; }
.nivo-caption .txt{padding-top:8px; line-height:20px;}
.nivo-caption .txt a { color:#666666; }
.nivo-caption .txt a span { display:none; clear:both; float:right; padding-top:10px; text-indent:0; color:#c5c5c5; cursor:pointer;}


/* Direction nav styles (e.g. Next & Prev) */
 
.nivo-directionNav a {
	display:none;
	position:absolute;
	bottom:-36px;
	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;
}