/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#home_slider	 {	width: 99%; height: 385px;		}

.nivoSlider {
	position: relative; 
	height: 350px; 
	width: 99%; 
	border: 1px solid #ccc; 
	text-align: left;
	margin:10px 0;
	background: white url(/assets/snippets/nivoslider/images/loading.gif) no-repeat 50% 50%;
	/*-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333; */

}
.nivoSlider img {
	position: absolute; 
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
}

/* 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;

}	
.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-32px;
    margin-left:-40px; /* Tweak this to center bullets */
}	
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/assets/snippets/nivoslider/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}


/*
.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:0px;


}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(/assets/templates/nivo_slider/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}
*/

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(/assets/snippets/nivoslider/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	z-index: 9;
}
a.nivo-nextNav {
	background-position:-30px 0;
	position: absolute; 
	right:15px;
	bottom: 50%;
}
a.nivo-prevNav {
	background-position: 1px 0;
	position: absolute;
	left:15px;
	bottom: 50%;
}

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	top:0px;
	height: 350px; 
	width: 100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
	color: white; 

}
.nivo-caption a {
	display:inline !important;

}
.nivo-html-caption {
    display:none;
}

.nivo-caption-background {
	position: absolute;
	left:0px;
	top:275px;
	background:#000;
	opacity: 0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	width:100%;
	height: 75px;
}

.nivo-caption-text {
	position: absolute;
	left:0px;
	top:275px;
	width:630px;
	height: 75px;
	padding: 10px;
	color: white;
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.nivo-caption-title, .nivo-caption-title a {
	color: white;
	font: 14pt Georgia, serif;
	font-weight: bold;
	text-decoration: none;
}

.nivo-caption-title a:hover {
	text-decoration: underline;
}

.nivo-caption-summary {
	color: white;
	font: 13px normal Arial, sans-serif;
}


    
    
    