/**
 * Posledni pridane nemovitosti
 */
#latest {
	overflow: hidden;
	margin-top: 9px; padding-top: 30px;
	background: transparent url("../gfx/layout/latestBackground.png") 0 0 no-repeat;
}
#latest .wrapper {
	margin-right: -25px;
}

#latest h2 {
	padding-bottom: 6px;
	background: transparent url("../gfx/layout/bodyHeadingBorder.png") 0 100% repeat-x;
	font-family: "AllerRegular", Tahoma, "Lucida Grande CE", lucida, sans-serif; font-size: 2.2em;
	color: #0F6CB5;
	text-align: center; text-shadow: 1px 1px 0 #FFF;
}

#latest ul {
	padding: 13px 15px 0;
	list-style-type: none;
	background: transparent url("../gfx/layout/latestPhotosBackground.png") 0 0 no-repeat;
	font-size: 1.4em;
	/* font-style: italic; */
	line-height: 1.4em;
}
#latest li {
	float: left;
	width: 170px; margin-right: 25px;
	background: transparent url("../gfx/layout/latestPhotoShadow.png") 0 133px no-repeat;
}

#latest li strong {
	font-weight: bold;
}

#latest a {
	display: block; padding: 9px 9px 0;
	background: transparent url("../gfx/layout/latestPhotoBorder.png") 0 0 no-repeat;
	color: #0F6CB5;
	text-decoration: underline; text-align: center; text-shadow: 1px 1px 0 #FFF;
}
#latest a:hover, #latest a:focus {
	color: #0F6CB5;
}
#latest a img {
	display: block; margin-bottom: 16px;
}