#thumbnails
{
	float: none;
	clear: both;
	width: 62.5em;
	margin: 5px auto;
}

#thumbnails br
{
	clear: left;
}

#thumbnails dl
{
	float: left;
	text-align: center;
	width: 14em;
	max-height: 21em;
	margin: 5px 15px 5px 0;
	padding: 5px 0;
	background: #ECEDC9;
}

#thumbnails dl:hover, #thumbnails dl.hover
{
	background: #ddd;
}

#thumbnails dl dt
{
	margin-bottom: 5px;
	position: relative;
	zoom: 1; /* ie6 fix for .order link to position correctly */
}

#thumbnails dl dt img
{
	padding: 2px;
	background: #fff;
	border: 1px solid #b2b2b2;
	/*vertical-align: center;*/
}

#thumbnails dl dt a.info img
{
	padding: 0;
	background: transparent;
	border: none;
}

#thumbnails dl dd
{
	font-size: 1.1em;
	line-height: 1.5em;
}

#thumbnails dl dd h3
{
	margin: 0;
	font-size: .9em;
	color: #484848;
}

#thumbnails dl dt .order
{
	display: none;
	position: absolute;
	bottom: 6px;
	left: 10px;
	right: 10px;
	width: 12em;
	height: 30px;
	color: #fff;
	font: 10px/30px Verdana;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background: url('../img/bg-order-link.png');
}

#thumbnails dl dt:hover a.order, #thumbnails dl dt.hover a.order
{
	display: block;
}

#thumbnails dl dt:hover a.order:hover, #thumbnails dl dt.hover a.order:hover
{
	text-decoration: underline;
}

#thumbnails ul
{
	width: 180px;
	margin: 0 auto;
	list-style: none;
}

#thumbnails ul li
{
	float: left;
	width: auto;
	text-align: center;
	display: block;
}

#thumbnails ul li.c
{
	width: 120px;
}

#thumbnails ul li a
{
	display: block;
	width: 26px;
	padding: 2px;
	background: transparent;
	text-decoration: none;
}

#thumbnails ul li a:hover
{
	background: #c5c5c5;
}

/* Naujausi darbai tituliniame */

#latest-work
{
	list-style: none;
}

#latest-work .photo
{
	float: left;
	width: 124px;
	margin-right: 16px;
}

#latest-work .photo div
{
	position: relative;
}

#latest-work .photo div a.enlarge img
{
	padding: 2px;
	background: #fff;
	border: 1px solid #b2b2b2;
}

#latest-work .photo div a.order
{
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	color: #fff;
	font: 10px/30px Verdana;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background: url('../img/bg-order-link.png');
}

#latest-work .photo div:hover a.order, #latest-work .photo div.hover a.order
{
	display: block;
}

#latest-work .photo div:hover a.order:hover, #latest-work .photo div.hover a.order:hover
{
	text-decoration: underline;
}

#latest-work .photo p
{
	margin-top: 6px;
	font: 12px Verdana;
	color: #333;
	text-align: center;
}

