
#mediadisplay
{
	position:	absolute;
	left:		480px;
	right:		132px; /* thumbbrowser_right - clientwidth - 15px = 15 + 102 + 15 = 132 */
	top:		15px;
	bottom:		15px;
	
	text-align:           center;
	overflow:             hidden;
}
.mediameta
{
	position:	absolute;

	top:        -68px;
	left:		522px;
	right:		15px;

	min-height:	19px;

	padding:	5px;
	
	background-color:	rgba(80,80,80,0.5);
	color:				rgb(50,50,50);

	text-shadow:		rgba(255,255,255,1) -1px -1px 4px;

/*	background-color:	rgb(80,80,80);
	color:				#fff;
	opacity:			0.5;*/
}
#mediaforsale
{
	font-weight:	bold;
	font-size:		16px;
	color:			#a00;
}
.mediametabuttons
{
	float:		right;
	width:		80px;
}
#mediatitle
{
	font-size:		16px;
	color:			#AA0000;
	font-weight:	bold;
	margin-bottom:	5px;
}
#mediadescription
{
}
.enlargement
{
}