﻿#sortable { list-style-type: none; margin: 0; padding: 0; }
#sortable li { margin: 3px 3px 3px 0; padding: 3px; float: left; width: 135px; height: 125px; background-color: White; border: solid 1px silver; font-size: 4em; cursor: move; }

img.ImgThumb
{
	border: solid 1px silver;
	text-align: center;
	cursor: move;
}

div.ImgThumbContainer
{
	position: absolute;
	background-color: White;
	width: 135px;
	height: 102px;
	text-align: center;
	cursor: move;
}

span.DeleteImage
{
	font-size: 7pt; 
	position: absolute; 
	text-align: center; 
	width: 15px; 
	height: 15px; 
	background-color: White; 
	color: red; 
	border: solid 1px silver; 
	margin-top: -4px; 
	margin-left: 115px; 
	cursor: pointer;
}

.TxtThumb
{
	margin-top: 2px;
	width: 131px;
	position: absolute;
	margin-top: 105px;
	margin-left: 0px;
}
