
/************ fading slide show ***********/
#image_container{
}

.fading_imgs{
	width:100%;
	height:650px;
	background-size:100% 650px;
	background-repeat:no-repeat;
	background-position:center 110px;
	position:relative;
	background-attachment:fixed;
}
@media screen and (min-width: 1600px) {
.fading_imgs{
}
}


.Xslideshow_text_container{
	width:1000px;
	position:relative;
	height:500px;
	overflow:visible;
	margin:0px auto 0px auto;
}

.slideshow_text_container{
	width:100%;
	position:fixed;
	z-index:100;
}



.slideshow_text{
background-image:url(../images/bgnd.png);
width:750px;
height:auto;
margin:150px auto 0px auto;
padding:30px;
text-align:center;
}


.slideshow_large_text{
color:#ffffff;
font-size:40px;
line-height:50px;
}

.slideshow_small_text{
color:#ffffff;
font-size:32px;
line-height:46px;
}

.slideshow_small_text a{
	display:inline-block;
	text-align:center;
	font-family:'Lato', sans-serif;
	font-size:18px;
	line-height:28px;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	text-decoration:none;
	margin-top:30px;
	padding:2px 15px 2px 15px;
}
.slideshow_small_text a:hover{
	background-color:#ffffff;
	color:#666666;
}



.slideshow_heading{
font-weight:bold;
}
/************ end fading slide show ***********/





.slide_text{
	position:absolute;
	bottom:30px;
	left:30px;
	background-color:#CCCCCC;
	padding:15px;
	z-index:99999;
	cursor:pointer;
}

.slide_image{
	width:100%;
	position:relative;
	float:left;
	height:415px;
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:center;
  padding:0px;
  margin:0px;
}


@media screen and (min-width: 1600px) {
.slide_image{
	background-size:100% 100%;
}
}




#slider_container{
	overflow:hidden;
	width:100%;
	height:415px;
	position:relative;
}


#slides{
	left:0px;
	height:415px;
	position:relative;
-webkit-transition: left 2s;
  -moz-transition: left 2s;
  -ms-transition: left 2s;
  -o-transition: left 2s;
  transition: left 2s;
}

.arrows{
position: absolute;
cursor: pointer;
display: block;
background: url(../images/a03.png) no-repeat;
overflow:hidden;
width: 55px; 
height: 55px;
z-index:999;
top:50%;
}
.arrow_left{
left: 8px;
}
.arrow_right{
right: 8px;
}

.arrow_left { background-position: -3px -33px; }
.arrow_right { background-position: -63px -33px; }
.arrow_left:hover { background-position: -123px -33px; }
.arrow_right:hover { background-position: -183px -33px; }



/*************** scrolling slide show ****************/
#scroll{
display:none;
height:96px;
	top:390px;
	position:absolute;
	z-index:0;
}
#scroll img{
	float:left;
	display:inline;
	border:none;

}
/*************** end scrolling slide show ****************/