@charset "utf-8";
/* CSS Document */
#preloader{
	background: url(loader.gif) 50% 50% no-repeat;
	width:56em;
	height: 590px;
}
#home-slideshow {
	position:relative;	
	width:56em;
	height: 590px;
	overflow: hidden;
	/*background: url(loader.gif) 50% 50% no-repeat;*/
}
#home-slideshow a {
	float:left;
	position:absolute;
}
	
#home-slideshow a img {
	border:none;
	width: 56em;
}
	
#home-slideshow a.show {
	z-index:500
}

#home-slideshow .caption {
	z-index:600; 
	background-color:#000; 
	color:#ffffff; 
	height:100px; 
	width:100%; 
	position:absolute;
	bottom:0;
}

#home-slideshow .caption .content {
	margin:5px
}
	
#home-slideshow .caption .content h3 {
	margin:0;
	padding:0;
	color:#fff;
}

