﻿#imgEmpPhotoContainer { width: 100%; height: 300px; overflow: auto; display: none }
    #imgEmpPhotoContainer img { width: 200px; height: 200px; border: none }
#imgCropped { display: none; }
#avatarPreviewContainer { position: relative }
    #avatarPreviewContainer #canvas { width: 200px; height: 200px; vertical-align: top; position: absolute; left: 15px; top: 0; z-index: 1000 }
    #avatarPreviewContainer #imgAvatar { width: 200px; height: 200px; }
