/* edit.css */

div.thumb-container {
	margin:12px;
}

div.thumb-container > img.thumb {
	width:50px;
	height:50px;
	border:1px solid #ccc;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	vertical-align: top;
}

div.thumb-container > img.thumb-selected {
	box-shadow:0 0 10px #ffffcc;
	-moz-box-shadow:0 0 10px #ffffcc;
	-webkit-box-shadow:0 0 10px #ffffcc;
	width:60px;
	height:60px;
	border:1px solid #ffffcc;
}

div.thumb-container > a.thumb-delete {
	position:absolute;
	top:-8px;
	left:-8px;
	background:#ff0000;
	width:16px;
	line-height:14px;
	height:16px;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border:1px solid #fff;
	color:#fff;
}
