﻿/*** Cropping ****/
a.CropLink {
	padding-left: 20px;
	background: url(../images/icons/zoom.png) no-repeat left center;
}

#CropImagesWrapper {
	background-color: #eee;
	border: 1px solid #999;
	position: relative;
	width: 80%;
	margin: auto;
	margin-bottom: 20px;
}

.SourceImage 
{
    text-align: center;
    width: 200px;
    height: 200px;
}

.destinationImage
{
    display: none;
}

#CropImages
{
    width: 100%;
}

.buttonsContainer
{
     text-align: center;
}

.saveContainer
{
    text-align: right;
}

.preview,
.resumeCropping
{
    margin-bottom: 10px;
}