.slider{clear: both;}
.slider img{width: 100%;height:auto}
.slider li{line-height: 0;position: relative;list-style-type:none;}
.slider .caption{
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 10px 15px 15px 15px;
	color: #222;
	font-size:86%;
	line-height:1.5em;
	position: absolute;
	bottom: 0;
background: rgba(255, 255, 255, 0.5);
}

.slider .caption2{
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 15px 15px;
	background: rgba(255, 255, 255, 0.6);
	color: #000;
	font-size:86%;
	line-height:1.5em;
	position: absolute;
	bottom: 0;
}
.slider .credit{
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 5px 10px;
	position: absolute;
	line-height:1.5em;
	bottom: 3px;
}/*	height: 50px;*/
.slider li.slidimg img.imgs	{border:0px}
.slider li.slidimg .caption2 .captitle	{margin:5px 0}
.slider li.slidimg .caption2 .title	{margin:0;border-bottom:1px solid #ff4500;padding-bottom:1px;font-size:107%;}

.slider li.slidimg .caption2 .text	{margin:0;padding-top:3px;line-height:1.3em}

h2.slidtitle{position:absolute;bottom:-5px;right:15px;text-align:right}

