.fgallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.fgallery li {
	list-style: none;
	position: relative;
	margin: 3px 3px 3px 0;
	padding: 1px;
	float: left;
	width: 150px;
	height: 150px;
	text-align: center;
	cursor: move;
	border: 1px solid #CCC;
	padding: 10px;
	background: #F9F9F9;
}
.fgallery li .delete {
	width: 25px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	top: 2px;
	right: 2px;
	background: #fff;
	color: #666;
	font-weight: bold;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #ccc;
}
.fgallery li .delete .minus,
#gfsortable li .delete:hover .close {
	display: none;
}
.fgallery li .delete:hover .minus {
	display: block;
}
.fgallery li img {
	width: 150px;
	height: auto;
}
.fgallery:before,
#gfsortable:after {
	content: " ";
	display: table;
}
.fgallery:after {
	clear: both;
}
.fgallery {
	*zoom: 1;
}
/* For IE 6/7 only */
