
 
 
/* The Nivo Slider styles */
.nivo_container{
	width:1040px;
	margin:auto;
	background-color:#ffffff;
	position:relative;
}
.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;
	text-decoration:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	top:20px;
	left:20px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:10px;
	padding-top:10px;
	z-index:8;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(17, 17, 17);
	/* RGBa with 0.8 opacity */
	background: rgba(17, 17, 17, 0.8);
	width:300px;
}
.nivo-caption p {
	color:#eee;
	font-size:20px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	line-height:28px;
	text-decoration:none;
}

.nivo-caption h2{color:#ffffff; text-shadow:none}
.nivo-caption a {
	color:#037400;
	display:inline !important;
}
.nivo-caption a:hover {
	color:#ffffff;
}
.nivo-html-caption {
    display:none;
}
.nivobutton{
	margin-top:5px;
	margin-right:5px;
}
.slide_button{
	margin-top:0px;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:131px;
	z-index:9;
	cursor:pointer;
	background:url(arrows.png) no-repeat;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider-wrapper {
    width:1040px;
    height:300px;
    margin:0 auto;
}
#slider {
	position:relative;
    width:1040px;
    height:300px;
	background:url(loading.gif) no-repeat 50% 50%;
	margin-left:auto;
	margin-right:auto;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
.nivo-controlNav {
	padding:7px;
	position:absolute;
	left:465px;
	bottom:-45px;
	z-index:9999;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -21px;
}
.nivo-directionNav a {
	display:block;
	width:60px;
	height:38px;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-60px 0;
	right:0px;
}
a.nivo-prevNav {
	left:0px;
}

.nivoSlider a.nivo-imageLink{
	background-color:#fff;
	opacity:0;
}
