/* Fotogallery */
#thumbs  { margin: 20px 0 0; padding: 0; width: 100% }
#thumbs div        { display: inline; margin: 10px 15px 5px 0; padding: 0; height: 108px; float: left }
#thumbs div img     { display: block; margin: 0; padding: 2px; border: solid 1px #CABA89 }
#loadingmessage { color: #000; font-weight: bold; background: #fff; margin: 21px 0 0 26px; padding: 5px; position: absolute }
#bigDynPic {
	background: #fff;
	margin: 0;
	padding: 8px;
	position: absolute;
	top: 60px;
	left: 10%;
	}
#bigDynPic[id] {
	position: fixed;
	}
#bigDynPic img { display: block; border: none }
