.slideshowheader {
	overflow: hidden;
	width: 100%;
	height: 200px;
	position: relative;
}
.slideshowFront {
	position: absolute;
	top: 0;
	left: 0;
    right: 0; /* http://coconsult-tpl.website.bg/ */
}
.slideshowBack {
	position: absolute;
	top: 0;
	left: 0;
    right: 0; /* http://coconsult-tpl.website.bg/ */
}
.slideshowSlide {
	display: none;
}
.slideshowCaption {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	padding: 10px;
	color: #ffffff;
	font-size: 19px;
	line-height: 25px;
	background: url('blackTransparency.png') repeat 0px 0px;
}
.slideshowLink {
	display: block;
	text-decoration: none;
}
.slideshowImage, #content img.slideshowImage {
	margin: 0;
}