/*** Galleries ***/
.tx-damliteshow-previewitem h2{
	margin: 3px;
	text-align: center;
	border: none;
	color: #fdab2f;/*#ed3437 #FCAC05;*/
	width: 250px;
	font-weight: bold;
	height: 32px;
	overflow: hidden;
}

.tx-damliteshow-previewitem {
	float:left;
	margin: 10px 0px 10px 20px;
	padding: 0px;
	overflow: hidden;
	border: none;
	background-color: #fdfaea;
	width:260px;
}

.tx-damliteshow-previewimage {
	height: 170px;
	width:260px;
	text-align: center;
	padding: 0px;
	overflow: hidden;
	margin-top: 10px;
}

.tx-damliteshow-previewimage img {
	height: 160px;
	width:auto; 
	padding: 0px;
	margin: 0px;
}

.tx-damliteshow-previewtitle {	
	font-size: 14px;
	font-weight: normal;
	color: black;
	border-bottom: #006cb6 solid 1px;
	display: block;
	width: 100%
	
}

#information .tx-damliteshow-previewitem {
	margin: 0px 0px 0px 0px;
	width:180px;
	padding-bottom:10px;
}
#information .tx-damliteshow-previewimage img {
	width:150px;
	height:auto; 
}
#information .tx-damliteshow-previewitem h2 {
	width:180px;
}

#information .tx-damliteshow-previewimage {
	width:180px;
	height: auto;
}
