@charset "UTF-8";

#slideshow {
	position: relative;
	width: 960px;
	height: 668px;
}

div.item {
	display: none; 
	position: absolute;
}

div#current {
	display: block;
}

div.caption {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 960px;
	height: 35px;
}

div.caption div { 
	display: none;
	height: 35px;
	padding-right: 15px;
	background: url('/_include-/_img/home/captionBg.png') 0 0 ;
	line-height: 35px;
	text-align: right;
 }
