DIV.galerie-container{
	width:490px;
	margin:10px auto 10px auto;
}

DIV.galerie-item{
	float:left;
	width:154px;
	height:124px;
	background-image:url(/img/bkg-gallery-item.gif);
	background-repeat:no-repeat;
	margin:0px 4px 10px 4px;
}

DIV.galerie-item-over{
	float:left;
	width:154px;
	height:124px;
	background-image:url(/img/bkg-gallery-item-over.gif);
	background-repeat:no-repeat;
	margin:0px 4px 10px 4px;
}

DIV.galerie-item-img-container{
	border:1px solid #143F60;
	width:120px;
	height:90px;
	margin:14px 14px 14px 14px;
	overflow:hidden;
}

DIV.galerie-item-img-container IMG.IMGgallery{
	width:120px;
}