	.handler {
		display: none;
		width: 100%;
		height: 30px;
		background: rgba(255,255,255,.8);
		position: absolute;
		top: 0;
		left: 0;
		cursor: move;
		border-bottom: 1px solid #ccc;
	}


	.actbtn{
		padding:4px!important;
		position: absolute;
		bottom: -30px;
		left:0px;
		width: 30px!important;
		height: 30px!important;


		transition: all 0.5s; 


	}

	#alertmessage{
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 99;

	}



	.imageForm{
		position: relative;
		overflow: hidden;

	}
	.resim-item:hover .actbtn{
		display: block;
		opacity:1;
		bottom: 10px;

	}
	.resim-item:hover .handler{
		display: block;

	}



	.resim-item{
		overflow: hidden;
		margin: 5px;
	}

	.maske {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.5);
		background-image: url(../images/svg-loaders/circles.svg);
		background-position: center center;
		background-repeat: no-repeat;
		z-index: 99999;
	}