@charset "utf-8";
/* CSS Document */

/* SLIDER */

#slider_container{
	width:100%;
	height:450px;
	
	margin-bottom:1px;
}
#slideshow{
	background:none;
	overflow:hidden;
	width:100%;
	height:450px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#slideshow img{ width:100%; height:450px;}



/* END SLIDER */
