.imgprevs .thumbnail {
  width:200px;
  height:200px;
  float:left;
  margin-bottom:12px;
  margin-right:12px;
  background-color:#fff;
  padding:6px;
  border:1px solid #ccc;
  overflow:hidden;
  position:relative;
}
.imgprevs .thumbnail .image{
  width:100%;
  height:100px;
  overflow:hidden;
}

.imgprevs a{
  display:block;
  max-height:100px;
  padding-bottom:2px;
  background-color:white;
  text-align:center;
}

.imgprevs a img{
  border:none;
  margin:auto;
  max-width:99% !important;
  max-height:95px !important;
  border:1px solid #999;
}

.imgprevs{
clear:left;
padding-top:20px;
padding-left:0px;
margin-right:-12px;
}

.imgprevs .tag{
clear:both;
padding-top:20px;
padding-left:10px;
font-size:9pt;
}


.imgprevs .tag .edit, .imgprevs .tag .delete{
  width:24px;
  height:22px;
  position:absolute;
  bottom:10px;
  right:10px;
  background-image:url('../graphics/del24.png');
}

.imgprevs .tag .edit{
  right:44px;
  background-image:url('../graphics/edit24.png');
}


.gdir{
text-align:center;
float:left;
width:130px;
height:140px;
padding-right:6px;
padding-bottom:6px;
}

.gdirs{
clear:both;
width:1000px;
}

.gdir .foldername{
  font-size:.7em;
  color:#55a;
}

.fm{
 width:90%;
 padding:5%;
}

#newFolder, #upload{
  border:1px solid #ddd;
  padding:5px;
  margin:5px;
  margin-bottom:30px;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:4px;
	display:none;
	color:#fff;
}
#preview img{
  margin:0px;
  margin-bottom:0px;
  max-height:auto !important;
  max-width:600px !important;
  max-height:600px !important;
}
#galleries{
}
