#sortable {}
#sortable li {}
html>body #sortable li {}
.ui-state-highlight {
	height: 60px;
	width: 60px;
	border: 2px dashed #D7E3EC;
}

ul.galeria {
	margin: 2px;
	padding: 2px;
}
ul.galeria li{
	position: relative;
	float: left;
	display: block;
	list-style: none;
}
a.foto {
	border: solid 1px #CCC;
	display: table;
	float: left;
	clear: both;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
fieldset a.ico_excluir{
	display: block;
	position: absolute;
	top: 0px;
	background-image: url(../images/ico_excluir.gif);
	right: -5px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right;
	height: 14px;
	width: 14px;
}
div.ico {
	display: block;
	position: absolute;
	bottom: 0px;
	background-image: url(../images/ico_excluir.gif);
	right: 0px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right;
	height: 14px;
	width: 14px;
}