﻿div.showcasebg
{
	position: fixed;
	left: 0; top: 0; bottom: 0; right: 0;
	background: url(../images/fadeout.png);
	display: none;
}

div.showcase
{
	min-width: 630px;
	min-height: 500px;
	position: absolute;
	left: 287px;
	text-align: center;
	display: none;
}

div.sheet
{
	background: white url(../images/showcase_aufhaengung.jpg) top center no-repeat;
	text-align: left;
	padding: 0px 15px 15px 15px;
}

div.showcasetop
{
	height: 30px;
	text-align: right;
	color: #4a1f20;
	font-size: 15px;
	padding-top: 5px;
}

div#showcase_content
{
	text-align: center;
}

div.imagecount
{
	float: right;
	font-size: 15px;
	color: #4a1f20;
	height: 100%;
	margin-left: 20px;
}

div.description
{
	padding-top: 5px;
	color: black;
	min-height: 15px;
}

img.showcasenavi
{
	 position: absolute; 
	 top: 110px; 
	 opacity: 0.75;
}

img.showcasenavi:hover
{
	 opacity: 1;
}

img.prev
{
	left: 15px;
}

img.next
{
	right: 15px;
}

img.showcase_loadingImage
{
	position: absolute;
	left: -1000px;
	top: -1000px;	
}

div.showcasehtmlcontent
{
    text-align: justify;
    overflow: auto;
    color: black;
}

