/* The Nivo Slider styles */

#page_slider {
	overflow:visible;	
}
#slideshow {
	margin:0 auto;
	/*position:relative;*/
	padding: 10px;
	background-color: rgba(255, 255, 255, .3);
}
#slideshow .sliderheading {
	display: block;
	font-size: 26px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height:25px;
}
#slideshow .slidercontent {
	display: block;
	padding-top: 15px;
}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-caption {
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:89;
	overflow:hidden;
	height:auto !important;	
}
.nivo-caption p {
	padding:10px 10px 5px 10px;
	margin-bottom: 20px;
	line-height:18px;
	
}
.nivo-caption a {
	/*display:inline !important;*/
}
.nivo-html-caption {
    display:none;
}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:30px;
	height:30px;	
	top:46%;
	z-index:90;
	cursor:pointer;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
#slides {
	overflow:visible;	
	position:relative;
	padding:0px;
	margin:0px;    
	background:url(images/loading.gif) no-repeat 50% 50%;
}
.page_slider {
	overflow:visible;	
	position:relative;
	padding:0px;
	margin:0px;    
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slides img {
	position:absolute;
	top:0px;
	left:0px;
}
.page_slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slides a {
	border:0;
	display:block !important;
}
.nivo-controlNav {
	position:absolute;
	left:450px;
	bottom:-64px;
	z-index:0;
}
.nivo-controlNav a {
	display:block;
	width:28px;
	height:28px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.page_slidershow .nivo-controlNav a {
	display:block;
	width:30px;
	height:27px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -28px;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
.nivo-caption {
    text-shadow:none;    
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}