
#beauty-shot ul.slideshow {
	list-style:none;
	width:942px;
	height:235px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:10px;
	
}	

#beauty-shot ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

#beauty-shot ul.slideshow li.show {
	z-index:500;	
}

#beauty-shot ul img {
	border:none;	
}


#beauty-shot #slideshow-caption {
	width:922px;
	height:25px;
	position:absolute;
	bottom:10px;
	left:10px;	
	color:#fff;
	background:#000;
	z-index:500;
	padding:10px;
}

#beauty-shot #slideshow-caption .slideshow-caption-container {
	padding:0;		
	z-index:1000;
	text-align:left;
}

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

#beauty-shot #slideshow-caption p {
	margin:0;
	padding:0;
	font-size:18px;
}

