@charset "utf-8";
/* CSS Document */


ul.slideshow {
	list-style:none;
/*	width:450px;
	height:200px;*/
	width:997px;
	height:443px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
	padding-left:5px;
}

ul.slideshow li.show {
	z-index:-500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:450px;
	/*height:70px;*/
	position:absolute;
/*	bottom:0;*/
/*//	left:0;	*/
padding-left:26px;
padding-bottom:50px;
color:#FFFFFF;
/*	background:#000;*/
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font: 35px/40px 'BebasNeueRegular', Arial, sans-serif;
letter-spacing: 5;
padding-bottom:10px;
background:url(../images/line_11.png)  bottom left no-repeat;
/*behavior: url(../images/iepngfix.htc);*/
border:none;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
	padding-bottom:15px;
/*	background:url(../images/read-more_15.png) bottom 270px no-repeat;*/
/*	behavior: url(../images/iepngfix.htc);*/
	border:none;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}


