/* Diashow */
.diashow
{
	border: 1px solid #717171;
	width: 202px;
	height: 202px;
	padding: 0;
	margin: 5px;
	background-color: #eeeeee;
	text-align: left;
	overflow: hidden;
}

.diashow a
{
	outline: 0;
}

.diashow .img
{
	width: 200px;
	height: 172px;
	position: relative;
	overflow: hidden;
}

.diashow .img img
{
	position: absolute;
}

.diashow .bar
{
	height: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	z-index: 50;
	position: absolute;
}

.diashow .bar .nr
{
	float: left;
	width: 35px;
	background-color: #cbcbcb;
	color: black;
	font-size: 10px;
	height: 22px;
	text-align: center;
	line-height: 20px;
	margin-right: 1px;
	margin-top:1px;
}

.diashow .bar .buttons
{
	float: left;
	height: 22px;
	text-align: center;
}

.diashow img
{
	border: 0;
}

.diashow .descriptionoverlay
{
	background: url(overlay.png);
	width: 100%;
	height: 30px;
	text-align: center;
	position: absolute;

	margin-top: -30px;
	z-index: 50;
}

.diashow .description
{
	color: white;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 30px;
	text-align: center;
	width: 100%;

	position: absolute;

	margin-top: -30px;
	z-index: 50;
}

/* Good browsers only */
* .diashow .description, * .diashow .descriptionoverlay
{
	width: inherit !important;
}