html, body { margin: 0; font-family: arial; background: black; }

.fotorama__wrap {
    border: 1px solid #444;
}
.fotorama__caption {
    width: 100%; bottom: 0px; padding: 1px 10px 0px 10px;
    font-family: arial; 
    -webkit-opacity: 0.7; -moz-opacity: 0.7; filter:alpha(opacity=70); opacity: 0.7;
	background: #444; color: white;
}
.fotorama__caption h4 { 
	margin: 0; padding: 0; 
	font-weight: bold;
    font-size: 16px; line-height: 16px;
	height: 18px;
}

.fotorama__caption p { margin: 0; padding: 0; height: 18px;} 
.fotorama__caption p.copyright, 
.fotorama__caption p.counter {
	float: right; font-size: 12px; color: #eee; margin-right: 20px;
}
.fotorama__caption p.description {
	font-size: 14px;
}

/* sprite support */
.fotorama__thumb {
	background-image: url(../../content/sprites.jpg) !important;
	background-repeat: no-repeat;
}
.fotorama__thumb__img { display: none; }

div.clear {
	clear: both; height: 30px;
}
