
/************ fading slide show ***********/
#image_container{
}

.fading_imgs{
	width:100%;
	height:615px;
	max-height:615px !important;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
}

.fading_imgs img{
	width:100%;
	height:615px;
	max-height:615px !important;
	display:block;
	position:absolute;
	top:0px;
}


.slideshow_text_container{
	width:1000px;
	position:relative;
	height:615px;
	max-height:615px !important;
	overflow:visible;
	margin:0px auto 0px auto;
}


.slideshow_text{
position:absolute;
top:10%;
/* dont show left if animating 

*/left:10%;
background-image:url(../images/bgnd.png);
width:auto;
padding:20px;
z-index:5000;
white-space:nowrap;
}

.slideshow_text_animate{
	opacity:0;
}



.slideshow_large_text{
	font-family:'Oswald', sans-serif;
color:#ffffff;
font-size:60px;
line-height:75px;
}

.slideshow_small_text{
	font-family:'Oswald', sans-serif;
color:#ffffff;
font-size:40px;
line-height:55px;
}

.slideshow_link{
	display:inline-block;
	border:1px solid #ffffff;
	padding:5px 20px 5px 20px;
	text-align:center;
	font-size:20px;
	line-height:30px;
}
.slideshow_link a{
	color:#ffffff;
	text-decoration:none;
}
.slideshow_link:hover{
background-image:url(../images/bgnd.png);
}
/************ 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 ****************/
