@charset "utf-8";
/* CSS Document */

div.fotos {
	margin-top:30px;
	width:585px;
}

div.foto_item {
	float:left;
	margin-right:18px;
	margin-bottom:10px;
	text-align:right;
}

div.foto_item img {
	border:1px solid #000;
}

div.foto_item img:hover {
	border:1px solid #f00;
}

td.row2 {
	text-align:right;
}

a.more {
	display:block;
	width:9px;
	height:9px;
	overflow:hidden;
	float:right;
	margin-top:3px;
	background:url(../img/general/more.gif) no-repeat;
}

a.more:hover {
	background-image:url(../img/general/more_ov.gif);
}
