#slideshow {
    width:671px;
    height:256px;
/*    height:158px;*/
/*    position:absolute;
    top:100px;
    left:100px;*/
/*    border: 1px solid #b2b2b2;*/
/*    padding-top:2px;*/
    border: 1px solid #B8C6CB;
    /*border-left: 1px solid #889EA5;
    border-top: 1px solid #889EA5;*/
    border-bottom: 1px solid #889EA5;

}
div.caption {
	position: absolute;
	margin-top: -75px;
	margin-left: -75px;
	width: 150px;
	text-align: center;
	left: 50%;
	padding: 5px 10px;
	background: black;
	color: white;
	font-family: sans-serif;
	border-radius: 10px;
	display: none;
}

