﻿div .ListaImmagini
{
	height:1%;
}
div .ListaImmagini:after {
	content:".";
	clear:both;
	display:block;
	visibility:hidden;
	height:0;
}

.DataBankImage
{
	position:relative;
	background:#FFF url(DataBank/background.png)  repeat-x bottom;
	float:left;
	width:150px;
	height:155px;
	text-align:center;
	margin:3px;
	border:1px solid #6593cf;
}

.DataBankImage:hover
{
	background:#fee07a url(DataBank/background_over.png)  repeat-x bottom;
	border:1px solid #ee9311;
}
.DataBankImage div.Image
{
	margin:5px;	
	height:120px;
}

.DataBankImage div.Image img
{
	border:1px solid #CCC !important;
}
ul.Tags
{
	list-style-image:none;
	list-style-type:none;
}
li.TagSelected
{
	list-style-image:none;
	list-style-type:none;
	float:left;
	background:#FFF url(DataBank/background_tag.png)  repeat-x bottom;
	border:1px solid #6593cf;
	padding:2px;
	margin-left:2px;
}
li.TagSelected img
{
	padding:2px;
	 vertical-align:middle !important;
	 cursor:pointer;
}

div.ToolBox
{
	 /*position:absolute;
	 bottom:2px;
	 left:2px;
	 width:120px;*/
	 text-align:right;
	  border:1px solid #6593cf;
	  padding:2px;
	  margin:2px;
	  background:#CECECE;
}

div.UICrop
{
	padding:4px;
	height:1%;
}
div.UICrop:after {
	content:".";
	clear:both;
	display:block;
	visibility:hidden;
	height:0;
}

.UIToolContainer
{
	float:left;
	width:150px;
	height:0 auto;
	}
.UICropTool
{
	background:#FFF url(DataBank/background.png)  repeat-x bottom;
	
	padding:2px;
	margin:3px;
	border:1px solid #6593cf;
}
.UIImage
{
	position:relative;
  margin-left:160px;
  
  	
}