/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.bg_slider {
	background:url(../images/bg_slider.png) left top no-repeat;
	height:584px;
	width: 985px;
	position:absolute;
	z-index: 6;
	top: 0; left:0;
	overflow: hidden;
}

.slider_button {
	position:absolute;
	top: 460px;
	left:450px;
	z-index:8;
}

.wrapper_slider {
	height: 610px;
	position: relative;
}

.nivoSlider {
	background: #fff;
	position:relative;
	width:947px;
	left:12px; top:12px;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* 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;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	color:#fff;
	width:500px;
	height: 65px;
	z-index: 20;
	// z-index: 20;
	left: 210px; bottom:-8px;
	padding: 5px 10px;
	display: none;
	text-align: center;
}

#htmlcaption {
	position: absolute;
	z-index: 20;
	// z-index: 20;
}

.nivo-caption p {
	width:100%;
	display:block; 
	color:#fff; 
	font-family: 'bebas_neueregular';
	font-size:30px;
	line-height:30px; 
	text-decoration:none; 
	font-weight:normal;
	letter-spacing: normal; 
	padding:0 0 10px;
	position: absolute;
	z-index:21;
	// z-index:21;
}

.nivo-caption span {
	display: inline-block;
	font-family: Arial, sans-serif, Helvetica;
	font-size:13px;
	line-height:13px; 
	color:#fff;
	left:26px;
	position: absolute;
	z-index:21;
	// z-index:21;
	padding:20px 0 10px;
}

.nivo-html-caption {
    display:none;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	left:450px;
	top: 575px;
	// top: 575px;
	z-index:9;
	// z-index:9;
	text-align:center;
}
.nivo-controlNav a {
	display:inline-block;
	width:23px;
	height:22px;
	background:url(../images/slider_bullet.png) left top no-repeat;
	text-indent:-9999px;
	margin: 0 3px;
	cursor: pointer;
}

.nivo-controlNav a.active {
	display:inline-block;
	width:23px;
	height:22px;
	background:url(../images/slider_bullet.png) right top no-repeat;
	text-indent:-9999px;
	margin: 0 3px;
	cursor: pointer;
}
