.pictures ul.multi
{
	list-style-type	: none;
	margin-left	: 23px;
}
.pictures ul.multi li
{
	float			: left;
	width		: 33%;
	margin-bottom	: 10px;
}
.pictures ul.multi li p
{
	width		: 107px;
	height		: 107px;
	border		: 1px solid #584c56;
	background	: #fff;
}
.pictures ul.multi li p a
{
	display			: block;
	background		: #fff no-repeat center center;
	height			: 107px;
	text-decoration	: none;
}
.pictures ul.multi li p a:hover
{
	background-color	: #efbb37;
	text-decoration	: none;
}
.pictures ul.multi li h1
{
	margin-top		: 4px;
}
.pictures ul.multi li h1 a
{
	display			: block;
	font-size		: 65%;
	padding			: 2px 0 2px 20px;
	background		: transparent url('../../../dsg/arrow1.gif') no-repeat top left;
	font-weight		: normal;
	text-decoration	: none;
}
.pictures ul.multi li h1 a:hover
{
	text-decoration	: underline;
}
