.titlepane, .titlepane-title{
	border:none;
	}
	
.gallerytable{
	width:200px;
	float:left;
	margin-left:20px;
	margin-top:20px;
	border:1px solid #e3dd00;
	height:190px;
	table-layout:fixed;
	
}


.imageListTable {
	width:210;
	height:180;
	float:left;
	margin-left:20px;
	margin-top:20px;
	table-layout: fixed;
}

.imageListEntry {
	height:160;
	vertical-align:bottom;
	text-align:center;
}
.imageFooter {
	text-align:center;
	vertical-align:top;
	height:40px;
	overflow:hidden;
}

.imageBild, .imageTitle{
	text-align:center;
}


.imageTitle a {
	font-weight:bold;
	color:#005091;
}

/****************************************************************************************************
* Bild
****************************************************************************************************/
.imageBild td{
	/*height:140px;*/
	padding: 0.5em;
  	background: #e5edf4;
}

.imageBild img{
	border:4px solid white;
	}
/****************************************************************************************************
* Title
****************************************************************************************************/

.imageTitle td{
	height:40px;
	background:#b6cddf;
	border-top:none;
}	
	
.imageTitle p{
	color:#005091;
	font-weight:bold;
	font-family: Lucida Sans, Verdana, Arial, sans-serif;
}


#smoothGalleryBackground {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:1000;
	vertical-align:middle;
	text-align:center;
}


#fullSmoothGallery {
	width:800px;
	height:600px;
}





