table.gallery
{
	margin-top:10px;
	margin-bottom:10px;
}

table.gallery td.image table.imageborder
{
	margin:10px;
}

table.gallery td.image table.imageborder td.lt
{
	width:4px;
	height:4px;
	background-image:url('./imgs/galeria_lt.gif');
	background-repeat:no-repeat;
}

table.gallery td.image table.imageborder td.rt
{
	width:4px;
	height:4px;
	background-image:url('./imgs/galeria_rt.gif');
	background-repeat:no-repeat;
}

table.gallery td.image table.imageborder td.lb
{
	width:4px;
	height:4px;
	background-image:url('./imgs/galeria_lb.gif');
	background-repeat:no-repeat;
}

table.gallery td.image table.imageborder td.rb
{
	width:4px;
	height:4px;
	background-image:url('./imgs/galeria_rb.gif');
	background-repeat:no-repeat;
}

table.gallery td.image table.imageborder td.t
{
	height:4px;
	background-image:url('./imgs/galeria_t.gif');
	background-repeat:repeat-x;
}

table.gallery td.image table.imageborder td.b
{
	height:4px;
	background-image:url('./imgs/galeria_b.gif');
	background-repeat:repeat-x;
}

table.gallery td.image table.imageborder td.r
{
	width:4px;
	background-image:url('./imgs/galeria_r.gif');
	background-repeat:repeat-y;
}

table.gallery td.image table.imageborder td.l
{
	width:4px;
	background-image:url('./imgs/galeria_l.gif');
	background-repeat:repeat-y;
}

table.gallery td.spacer
{
	width:1px;
}
