div.gallery_list	{
	border: 1px solid #00552a;
}
div.gallery_list div.slider	{
	background-color: #fff;
}
div.gallery_list div.slider div.gallery_element	{
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #a2baae;
	cursor: pointer;
}
div.gallery_list div.slider div.gallery_element div div	{
	background-image: url('loader.gif');
}
div.gallery_list div.prevLink	{
	background-image: url('slimbox/css/coolprev.gif');
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}
div.gallery_list div.nextLink	{
	background-image: url('slimbox/css/coolnext.gif');
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
div.gallery_list div.infos, div.gallery_list div.infos h2	{
	background-color: transparent;
	color: #00552a;
}

#gallery_list ul div.gallery_frontimage div	{
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000;
	opacity: 0;
}

div.gallery_overview ul	{
	display: none;
}
div.gallery_overview div.prevLink	{
	background-image: url('slimbox/css/coolprev.gif');
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}
div.gallery_overview div.nextLink	{
	background-image: url('slimbox/css/coolnext.gif');
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
div.gallery_overview a.slimboxLink, div.gallery_overview a.imageLink	{
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-image: url('slimbox/css/coolplus.gif');
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
}
div.waiter	{
	background-image: url('loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
}



.slideshow_outer	{
	position: relative;
	background-image: url('loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #00552a;
	border: 1px solid #000;
	overflow: hidden;
}
.slideshow_outer a.prevLink	{
	height: 100%;
	background-image: url('slimbox/css/coolprev.gif');
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	opacity: 0.8;
}
.slideshow_outer a.nextLink	{
	height: 100%;
	background-image: url('slimbox/css/coolnext.gif');
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
	opacity: 0.8;
}
.slideshow_outer a.slimboxLink	{
	height: 100%;
	background-image: url('slimbox/css/coolplus.gif');
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	opacity: 0.8;
}
div.slideshow_related	{
	display: none;
}

div.slideshow_info	{
	background-color: #333;
	opacity: 0.7;
	filter: alpha(opacity=70);
	color: #fff;
	height: 50px;
}
div.slideshow_info div.counter	{
	padding: 5px;
	text-align: right;
	width: 50px;
}
div.slideshow_info p	{
	padding: 5px;
}
div.slideshow_exif	{
	color: #fff;
	height: 250px;
}
div.exif_inner	{
	background-color: #333;
	opacity: 0.7;
	filter: alpha(opacity=70);
	height: 230px;
	overflow: hidden;
}
div.exif_inner table	{
	border-collapse: collapse;
	width: 100%;
	padding: 5px;
}
div.exif_inner table td	{
	margin: 0;
	padding: 2px;
}
div.exif_inner table td.title	{
	width: 100px;
	font-weight: bold;
}
#main a.exif_link	{
	color: #fff;
	padding: 2px 5px;
	background-color: #333;
	opacity: 0.7;
	filter: alpha(opacity=70);	
}

