/* 
	Index of this CSS file
	
	Nivo Slider
	
*/

	
/* ========================================================== 
	Nivo Slider
============================================================ */
  
#nivo_slider_bg { background: url(../images/backgrounds/header-background.gif) no-repeat 0px 0;
	width:900px;
	height: 278px;
	padding:0px; }
	
#nivo_slider {
	width:892px;
	height: 270px;
	overflow: hidden;
	padding-left: 4px;
	padding-top: 4px;
}

/* Thumb Images */

#slider .nivo-controlNav {
	position:absolute;
	bottom:-70px; /* Put the nav below the slider */
}
#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
}

/* Large Image */
	
.nivoSlider {position:relative; }
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;}
	
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:230px;
	top:0px;
	left:0px;}

/* Navigation */

.nivo-directionNav a {
	position:absolute;
	top:95px; 
	z-index:90;
	cursor:pointer;
	width:60px;
	height:60px;
	text-indent:-9999px;}
	
a.nivo-prevNav {left:-35px;}
a.nivo-nextNav {right:-25px; }
.nivo-prevNav:hover {left:-26px;background:no-repeat left bottom;}
.nivo-nextNav:hover {right:-26px;background:no-repeat right bottom;}

.nivo-controlNav {
	position:absolute;
	right:30px;
	top:12px;
	z-index:9999;
	text-align:center;}
	
.nivo-controlNav a {
	display:block;
	width:15px;
	height:15px;
	background:url(../images/backgrounds/nivo-navigation.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	cursor:pointer;
	text-align:center;}
	
.nivo-controlNav a:hover {background-position:0px -14px;}
.nivo-controlNav a.active {background-position:0px -30px;}

/* Caption */

.nivo-caption {
	background-color:#000;
	position:absolute;
	left:0;
	bottom:-1px;
	color:#fff;
	width:910px;
	z-index:89; 
	height:auto; 
	margin:0px 5px 5px 5px;}
	
.nivo-caption p {
	padding:10px;
	margin:0; 
	line-height:20px;}
	
.nivo-caption a { 
	text-decoration:underline; 
	color:#ffffff;} 
	
.nivo-html-caption { display:none;}

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:9999;
	display:none;}
	
.nivo-caption .right { text-align:right}	
