/************************/
/*   css for formzone   */
/*                      */
/*     imageGallery     */
/* written and composed */
/*  by markus erdmann   */
/*   2008 esense gmbh   */
/*                      */
/************************/

.imageGallery {
	margin-top:40px;
}

.imageGallery h2 {
	margin-top:0px;
}

.imageGallery .thumbs {
	list-style:none;
	padding:0px;
	margin:0px;
	
}

.imageGallery .thumbs li {
	float:left;
	padding:0px;
}

.imageGallery img {
	border:none;
}

.imageThumbs {
  	padding:10px 0px 0px 0px;
	background:transparent url(../pics/point-line.gif) 0px 0px no-repeat;
}

.pxView {
filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;
}  

.pxHide {
filter:alpha(opacity=50);-moz-opacity:.5;opacity:.5;
}

.hideDescr {
visibility: hidden;
display:none;
} 

.showDescr {
visibility: visible;
display:block;
} 

table.descrEntry td ul {
position:relative;
top:0px;
left:0px;
margin:0px 0px 0px 0px;
padding:0px;
}

table.descrEntry td li {
position:relative;
left:0px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 20px;
background:transparent url(../pics/bg-arrowOne.gif) 1px 50% no-repeat;
font-weight:normal;
display:block;
width:100%;
float:none;
font-size:11px;
font-weight:normal;
line-height:20px;
}