/* Slider
---------------------------------------- */


#slider-wrapper {
	width:auto;
	overflow:hidden;
	position:relative;
	}
#slider-main{ width:879px; min-width:879px; margin:0 auto;}
#slider {
	position:relative;
	width:879px;
	height:340px;
	margin:0 auto 0 auto;
	background:url(../images/loading.gif) no-repeat 50% 50%;
	float:left;
}
#slider img {
	position:absolute;
	top:0px;
	right:0px;
	display:none;
	float:right;
}
#slider a {
	border:0;
	display:block;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:960px;
	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 {
	position:absolute;
	left:0px;
	top:0px;
	opacity:1; /* Overridden by captionOpacity setting */
	z-index:89;
}
/*.nivo-caption .nivo-caption-inner {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}*/

.nivo-caption .nivo-caption-inner p {
	font-family: 'Lato', sans-serif, Calibri, Arial, Verdana;
	color:#6e6e6e;
	font-weight: 300;
	font-style: italic;
	font-size:24px;
	width:350px;
	height:300px;
	padding:0px;
	margin:0;
	text-align:left;
}

.nivo-caption span {
	display:block;
	color:#107bbd;
	font-size:28px;
	margin:0 0 25px 0;
}
.nivo-caption em {
	display:block;	
	color:#6e6e6e;
	font-size:20px;	
	margin-bottom:28px;
}
.nivo-caption a {
	display:inline !important;
}
.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 {
	position:absolute;
	left:0px;
	bottom:45px;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block !important;
	width:18px;
	height:18px;
	text-indent:-999em;	
	margin-right:8px;
	border-radius:100%;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.nivo-controlNav a.active {cursor:default;}

.nivo-directionNav {

	}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:36px;
	height:35px;
	text-indent:-9999px;
	border:0;
	top:50%;
	background:url(images/direction_nav.png) no-repeat 0 0;
}
a.nivo-nextNav {
	right:0;
	background-position:-36px 0;
}
a.nivo-nextNav:hover {
	background-position:-36px -35px;
	}
a.nivo-prevNav {
	left:0;
	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 */

#slider-bg{width:100%; min-width:960px; height:380px;position:absolute; float:left; z-index:80; top:186px; left:0;
background-image:url(../images/top-bg.png); background-repeat:no-repeat; background-position:center top; margin:0;}
.nivo-caption {/*background:#ff5c23; border-radius:100%; border: 10px solid #f0f0f0;*/ }
/*.nivo-caption .nivo-caption-inner p {color:#000099;}*/
.nivo-controlNav a {
	background-image: url(../images/bull.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:5px;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {	background-image: url(../images/bull.png);
	background-repeat: no-repeat;
	background-position: -17px top;}
/* Slider End*/