@charset "utf-8";
/* CSS Galeria */
.galThumb { color: #054D75;}
.galThumb dl {
	float: left;
	background: none;
	width:115px;
	height: 120px;
	margin-bottom:25px;
}
.galThumb dt {
	float: left;
	background: none;
	width:122px;
	height: 96px;
	background: url(../img/bg_thumb.png) right bottom no-repeat;
}
.galThumb dd {
	float: left;
	width: 110px;
	font-style: normal;
	line-height: 12px;
	font-size:12px;
	margin-top:3px;
}
.galThumb dd a {
	font-style: normal;
	line-height: 12px;
	font-size:12px;
	color: #054D75;
	font-weight: normal;
}
.galThumb dt img {
	border: 1px solid #F97600;
	-webkit-box-shadow: 3px 3px 5px #960;
	-moz-box-shadow: 3px 3px 5px #960;
}
