.div-galery-support{
	position:fixed;
	left:10px;
	bottom:10px;
	right:10px;
	top:10px;
	overflow-x:hidden;
	overflow-y:auto;
	background:none;
}

.galery-enter,.galery-leave,.galery-over,
.galery-panel,.galery-error,.galery-hasimage,
.galery-progress,.galery-empty,.galery-wait,
.galery-error{
	border:1px dashed gray;
	width:150px;
	height:150px;
	background:none;
	color:black;
	font-size:12px;
	text-align:center;
}

.galery-panel{
	border:0px dashed darkorange;
}

.galery-wait{
	border:1px dashed darkorange;
	color:darkorange;
}
.galery-hasimage{
	display:inline-block;
	vertical-align:top;
	border:1px solid silver;
}

.galery-error{
	border:1px dashed red;
	color:red;
}

.galery-progress{
	border:1px dashed silver;
	background:none;
}
.galery-over{
	border:1px dashed silver;
	background:none;
	color:silver;
}

.galery-enter{
	background:silver;
}
.galery-leave{
	background:none;
}

/************ IMAGE EDIT **********/

.galery-IMG-BTN-EDIT{
	height:25px;
	width:auto;
	background:black;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	text-align:center;
}
.galery-IMG-BTN-EDIT.hover{
	opacity:0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}

.galery-IMG-BTN-EDIT span.remove,span.roles,span.add,span.zoom,span.retire,span.download{
	height:20px;
	width:20px;
	float:right;
	cursor:pointer;
	background-color:none;
}
.galery-IMG-BTN-EDIT span.remove{
	background-image: url(../images/delete.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	padding-left:5px;
}
.galery-IMG-BTN-EDIT span.roles{
	padding-left:5px;
	background-image: url(../images/update.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
}
.galery-IMG-BTN-EDIT span.add{
	background-image: url(../images/add.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	padding-left:5px;
}
.galery-IMG-BTN-EDIT span.retire{
	background-image: url(../images/remove.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	padding-left:5px;
}
.galery-IMG-BTN-EDIT span.zoom{
	background-image: url(../images/view.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	padding-left:5px;
}
.galery-IMG-BTN-EDIT span.download{
	background-image: url(../images/download.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	padding-left:5px;
}
.galery-IMG-BTN-STATUS{
	width:100%;
	height:30px;
	font-weight:bold;
	font-style:italic;
	background-color:black;
	opacity:0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	display:none;
	text-align:center;
	color:white;
	font-size:14px;
}
.galery-IMG-BTN-STATUS.admin{
	display:block;
}
.galery-IMG-BTN-STATUS.price{
	display:block;
	height:20px;
}
.galery-IMG-BTN-DOWNLOADMAX{
	width:100%;
	height:30px;
	font-weight:normal;
	font-style:italic;
	background-color:black;
	opacity:0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	text-align:center;
	color:white;
	font-size:12px;
	text-align:center;
}