/* Allgemein ********************************************************************/
/* bee.tools eXtension Bildgalerie **********************************************/
/* 01.01.10 ta ******************************************************************/
/* (c) brain at work GmbH . D-88299 Leutkirch . www.brain-at-work.de ************/

div.picgallerypreviewtbody
{
	width: 100%;
	border-collapse: collapse;
}

div.picgallerypreviewtbody div
{
	vertical-align: middle;
	width: auto;
	text-align: center;
	padding: 5px;
	margin: 5px;
	border: 1px solid #DDDDDD;
	float: left;
	width: 150px;
	height: 150px;
}

div.picgallerypreviewtbody div img
{
	width: auto;
	height: auto;
}

div.picgallerypreviewtbody div:hover
{
	background-color: #EEEEEE;
}

div.picgalleryshow
{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 5500;
	margin: 0px;
	padding: 0px;
}

div.picgallerybackground
{
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #000000;
	-moz-opacity: 0.6;
	filter: Alpha(opacity=60); 
	opacity: 0.6;	
	display: none;
	position: fixed;
	top: 0;
	
}

div.picgallerycontent
{
	position: fixed;
	min-height: 300px;
	left: 50%;
	top: 5%;
	margin-left: -500px;
	padding: 30px 10px 10px 10px;
	background: #FFFFFF url(image/waiting.gif) no-repeat center center;
	border: 2px solid #DDDDDD;
	z-index: 7000;
}

div.picgallerypiccontainer 
{
	position: relative;
	text-align: left;
	min-width: 200px;
}

h1.picgallerytitle
{}

div.navigationbar
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

a.picgallerybtnback,
a.picgallerybtnnext
{
	display: block;
	width: 20px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	text-indent: 50px;
}
a.picgallerybtnback
{
	top: 30px;
	left: -22px;
	background: url(image/w_gallery_previous.png) no-repeat center left;
}

a.picgallerybtnnext
{
	top: 30px;
	right: -22px;
	background: url(image/w_gallery_next.png) no-repeat center right;
}

a.picgalleryclose,
a.picgalleryprint
{
	display: block;
	width: 100px;
	height: 20px;
	position: absolute;
	top: -22px;
	color: #000000;
	text-decoration: none;
	padding: 3px 0 0 15px;
}
a.picgalleryclose
{
	right: 10px;
	background: url(image/w_gallery_close.png) no-repeat;
}
a.picgalleryprint
{
	right: 120px;
	background: url(image/w_gallery_print.png) no-repeat;
}

div.picgallerypiclabel
{
	position: absolute;
}

div.picgallerydownloadcontainer
{
	position: absolute;
	bottom: -20px;
	left: 10px;
	padding: 5px 5px 5px 20px;
	background: #f2f2f2 url(image/w_gallery_download.png) no-repeat 6px 7px;
	border: 1px solid #CCCCCC;
}

ul.picgallerydownload,
ul.picgallerydownload li
{
	display: inline;
	padding: 0;
}

ul.picgallerydownload li a
{
	padding-left: 10px;
}


a.picgalleryplay,
a.picgallerypause
{
	display: block;
	width: 50px;
	height: 20px;
	padding-top: 20px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	text-align: center;
	text-decoration: none;
}
a.picgalleryplay
{
	right: 5px;
	background: url(image/w_gallery_play.png) no-repeat top center;
}
a.picgallerypause
{
	right: 55px;
	background: url(image/w_gallery_pause.png) no-repeat top center;
}
a.picgalleryactive
{
	-moz-opacity: 0.4;
	filter: Alpha(opacity=40); 
	opacity: 0.4;		
}

table.picgallerythumbtable 
{
	clear: both;
	width: 100%;
}
