div#lightbox-container
{
	width: 100%;
	text-align: center;
}

div.lightbox-row
{
	width: 840px;
	height: 181px;
	margin: 10px auto;
}

div.lightbox-item-container
{
	width: 192px;
	height: 181px;
	float: left;
	display: inline;
	margin: 0 8px;
}

div.lightbox-image
{
	width: 192px;
	height: 146px;
	background: url('http://www.perfectview.ro/images/gallery_img_bg.gif') no-repeat;
	text-align: center;
}

div.lightbox-image img
{
	margin-top: 13px;
}

div.lightbox-text
{
	width: 192px;
	height: 35px;
	background: url('http://www.perfectview.ro/images/gallery_text_bg.gif') no-repeat;
	text-align: center;
}

p.lightbox-text
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 8px 0;
}