#slider {
	position: relative;
	width: 930px;
	height:auto;
	overflow: visible;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}

#slider li {
	position: absolute;
	top: 0;
	left: 0;
}

.caption {
	opacity: 0.9;
	background: #000;
	height: 14px;
	padding: 3px 0 0 0;
	margin-top:295px;
	color: #fff;
	text-align: center;
	font: 13px/1 Tahoma;
	z-index: 200;
}
