
.diashow {
	overflow: hidden;
	height: 240px;
	position: relative;
}

.diashow .pager {
	position: absolute;
	z-index: 1001;
	right: 12px;
	bottom: 12px;
	background: white;
	color: #555555;
	padding: 2px;
}

.diashow .pager img {
	cursor: pointer;
}

.diashow .pager .explanation {
	margin: 0 10px;
}

.diashow li {
	z-index: 1;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 240px;
}

.diashow li img {
	float: left;
}

.diashow li .description {
	background: white;
	float: left;
	overflow: hidden;
	padding-left: 12px;
	padding-right: 12px;
	height: 236px;
	border-top: 2px dotted #222;
	border-bottom: 2px dotted #222;
}

.diashow li .description .copyright {
	color: #555555;
	font-size:0.875em;
}
