 .thumb {
    height: 75px;
    border: 1px solid #000;
    margin: 10px 5px 0 0;
  }

.imageBoxMini
{
	position: relative;
    height: 80px;
    width: 100px;
	background: gray;
	background-image: url('');
	margin: 10px;
}

.imageBoxMini img 
{
	display: block;
	width: 100px;
	height: 80px;
	cursor: hand;
	background-color: grey;
	background-image: url('tloImgMini.jpg');
}

.imageBoxMini .delete
{
	width: 21px;
	height: 20px;
	top: -10px;
	left: 85px;
    position: absolute;
    box-sizing: border-box;
    background: none repeat scroll 0% 0% transparent;
	background-image: url('');
}

.imageBoxMini .spinnerMini
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0,0,0,0.7);
}

.imageBox
{
    position: relative;
    height: 420px;
    width: 640px;
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
}

.imageBox .thumbBox
{
    position: absolute;
    top: 54%;
    left: 31%;
    width: 564px;
    height: 356px;
    margin-top: -195px;
    margin-left: -160px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0,0,0,0.7);
}
.cropped
        
{
            
    margin: 20px;
    width: 220px;
    height: 131px;
    float: left;
}
