
/* FOR THE SPONSORS SLIDESHOWS */


ul.slideshow {
	list-style:none;
	width:200px;
	height:130px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
	background: none !important;
}

ul.slideshow li.show {
	z-index:50;	
}

ul img {
	border:none;	
}

#slideshow-caption {
	width:450px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:50;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;	
	z-index:55;	
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}


