/* Slider
---------------------------------------- */

#slider-wrapper {
	background: url(images/slider-bg.jpg) no-repeat 50% 0%;
	position: relative;
	width: 100%;
	overflow: hidden;
}

	#slider-wrapper .container_24 {
		background: url(images/slider-bg.jpg) no-repeat 50% 0%;
		height: 551px;
		padding: 10px 0 10px 0;
		overflow: hidden;
	}
	
#slider {
	background: url(images/ajax-loader.gif) no-repeat 50% 50%;
	position: relative;
	width: 518px;
	height: 175px;
	margin: 5px;
	overflow: hiddenmlklmkm;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


/* 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%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */

.nivo-caption {
	background: none;
	color: #fff;
	opacity: 0.8; /* Overridden by captionOpacity setting */
	position: absolute;
	top: 187px;
	left: 45px;
	z-index: 89;
}

	.nivo-caption .nivo-caption-inner {
		padding:0;
		margin:0;
	}
	
	.nivo-caption a {
		background: #cc0000;
		display: inline-block !important;
		height: 41px;
		padding: 0 15px;
		line-height: 40px;
		font-size: 23px;
		text-decoration: none;
		color: #fff;
	}
	
		.nivo-caption a:hover {
			color: #000;
		}

.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 {
	height: 17px;
	text-align: right;
	position: absolute;
	top: 153px;
	right: 30px;
	z-index: 999;
}

	.nivo-controlNav a {
		background: url(images/pagination.png) no-repeat 0% 0%;
		display: inline-block !important;
		position: relative;
		width: 17px;
		height: 17px;
		overflow: hidden;
		margin: 0 0 0 3px;
		line-height: 0;
		font-size: 0;
		text-decoration: none;
		z-index: 99;
		cursor: pointer;
		vertical-align: top;
	}
	
	.nivo-controlNav a.active, .nivo-controlNav a:hover {
		background-position: 0% -16px;
	}

.nivo-directionNav {

	}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:36px;
	height:35px;
	text-indent:-9999px;
	border:0;
	top:45%;
	background:url(images/direction_nav.png) no-repeat 0 0;
}
a.nivo-nextNav {
	right:15px;
	background-position:-36px 0;
}
a.nivo-nextNav:hover {
	background-position:-36px -35px;
	}
a.nivo-prevNav {
	left:15px;
	background-position:0 0;
}
a.nivo-prevNav:hover {
	background-position:0 -35px;
	}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}






/*

#slider-code {
	height: 280px;
	overflow: hidden;
}

#slider-code .viewport {
	position: relative;
	float: left;
	width: 620px;
	height: 280px;
	overflow: hidden;
}

#slider-code .buttons {
	float: left;
	width: 26px;
	height: 26px;
	overflow: hidden;
	margin: 30px 0 0 0;
}

	#slider-code .next {
	margin: 130px 0 0 9px;
	background-image: url(../../../../design/next_s1.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	}
	
	#slider-code .prev {
	margin: 130px 12px 0 3px;
	background-image: url(../../../../design/prev_s1.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	}

#slider-code .disable { visibility: hidden; }

#slider-code .overview {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
}

	#slider-code .overview li {
	padding: 0;



	}
	
		#slider-code .overview li div.excerpt {
			height: 95px;
			overflow: hidden;
		}*/
