img.hd3s-imageshutter {
	border: none;
	cursor: pointer;
	padding: 0;
	margin: auto;
}
div.hd3s-imageshutter {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	position: relative;
	overflow: hidden;
	height: 120px;
}

div.hd3s-imageshutter img {
	position: absolute;
	top:0;
}

div.hd3s-imageshutter-open {
	height: auto !important;
}

div.hd3s-imageshutter-open img {
	position: static;
}


span.hd3s-imageshutter-title,
span.hd3s-imageshutter-alt {
	position: absolute;
	display: block;
	font-size: small;
	background-color: rgba(255, 255, 255, 0.5);
}

span.hd3s-imageshutter-title {
	text-align: left;
	top: 0;
}
span.hd3s-imageshutter-alt {
	text-align: right;
	right: 0;
	bottom: 0;
}