.imagegenerated {
    display: inline-block;
	position:relative;
	margin-right: 10px;
	margin-bottom: 0px;
}

.imagegenerated img {
    max-width: 512px;
    max-height: 512px;
    cursor: pointer;
}

.buttom_save {
    position: absolute;
    width: 40px;
    height: 20px;
    top: 10px;
    left: 50px;
    z-index: 2;
    background: rgba(255,255,255,1);
    cursor: pointer;
    text-align: center; 
    color: #000;   
    border: 1px solid black;
    border-radius: 8px;
    display: table;
}

.buttom_save:hover {
	background-color:#fb9902;
}

.buttom_upscale4x {
    position: absolute;
    width: 80px;
    height: 20px;
    top: 10px;
    right: 50px;
    z-index: 2;
    background: rgba(255,255,255,1);
    cursor: pointer;
    text-align: center;   
    color: #000; 
    border: 1px solid black; 
    border-radius: 8px;
    display: table;
}

.buttom_upscale4x:hover {
	background-color:#fb9902;
}

a.imgfancy
{
	color: #fff;
	font-size: 20px;	
}