



/* classes ready for styling definitions 
tr.lb  // for table rows
.lb_image //thumbnail image
.lb_image_link //the thumbnail links
*/
	
table.lb  {
	width: 100%;	
	margin-left: auto;
	margin-right:auto;
	padding-top: 20px;
}

table.lb td  {
	padding-right:20px;
	padding-bottom:20px;
}

.undertitle {
	color: #666666;
	font-size: 11px;
	text-align: center;
}

.fotoknip {
	height: 165px;
	overflow: hidden;
	border: 1px solid #585858;
}

.fotoknip:hover {
	border: 1px solid #bc0000;
