
/*.image_changer{
	position:relative;
	z-index:10;
	width:710px;
	height: 380px;
	overflow:hidden;
	box-shadow: 1px 4px 10px #333;	
	background-repeat:no-repeat;
	background-image:url(../images/homepg/img6.jpg);
	background-image:url(../images/homepg/img5.jpg);
	background-image:url(../images/homepg/img4.jpg);
	background-image:url(../images/homepg/img3.jpg);
	background-image:url(../images/homepg/img2.jpg);
	background-image:url(../images/homepg/img1.jpg);
}*/
.home_content{
	width:auto;
	height:410px;
	overflow:hidden;
}
.image_changer{
	position:relative;
	top:0px;
	z-index:10;
	height: 390px;
	width:1060px;
	margin:0 auto;
	padding:0px 0px 0px 0px;
	background-color:transparent;
	box-shadow: 3px 4px 10px #999;	
	overflow:hidden;
}

.image_changer div{
	position:absolute;
	top:0px;
	left:0px;
	z-index:20;
	width:1060px;
	height: 390px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	background-color:transparent;
}

.image_changer img{
	width:1060px;
	height:auto;
}

.image_changer_buttons{
	position: relative;
	top:-38px;
	left: 25px;
	z-index:20;
	width:1035px;
	text-align:left;
	margin:0 auto;
	padding:0px;
	cursor:pointer;	
}

.image_changer_buttons img{
	border:none;
	margin:0px;
	padding:0px;
	width:10px;
	height:auto;
}

.image_changer_captions_bg{
	position:relative;
	top:-405px;
	z-index:14;
	width:1060px;
	height: 390px;
	padding:0px;
	margin:0 auto;

}

.image_changer_captions_bg_transparent{
	width:100%;
	height: 390px;
	background-color:#000;
	opacity:0.55;	
	display:none;	
}

.image_changer_captions{
	position:relative;
	top:-780px;
	z-index:15;
	width:790px;
	height: 390px;
	overflow:auto;
	white-space:normal;
	color:#FFF;
	font-size:1.5em;
	line-height:1.75em;
	font-size:18px;
	line-height:27px;
	vertical-align: middle;
	padding:5px 30px 5px 240px;
	margin:0 auto;
	background-color: transparent;
	display:table;
	-ms-filter:inherit;
}

.imgcaption{
	display:none;	
	height:70px;
	vertical-align: middle;
	
}
.imgcaption strong{
	font-size:3em;	
	line-height:2em;
}

.image_changer_link{
	float:right; 
	display:block;
	width:70px;
	margin-top:15px;
	padding: 2px 6px 2px 6px; 
	text-align:center; 
	vertical-align:bottom;
	color:#C51; 
	font-weight:bold; 
	text-decoration:underline; 
	background-color:#FFF;  
	cursor:pointer;	
}