/* IMAGETAGGER */

.imagetagger.edit {
	margin-bottom: 10px;
	position: relative; !important
	
}

.imagetagger.edit .image {
	position: absolute;
	top: 0;
	left: 0;
}

/* ACTION */

.imagetagger.edit .action {
	position: absolute; 
	bottom: 0px;
	z-index: 10;
	padding: 0 10px;
	width: 200px;
}

/* TAGS */

.imagetagger.edit .tags {
	position: absolute;
	z-index: 10;
}

.imagetagger.edit .tags ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.imagetagger.edit .tags ul li {
	display: inline-block;
	white-space: nowrap;

	background: black;
	border: none;
	color: white;
	text-transform: uppercase;
	font-family: Helvetica,Arial,sans-serif;
	padding-right: 5px;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 20px;	
	
}

.imagetagger.edit .tags ul li em,
.imagetagger.edit .tags ul li em a {
	float: left;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	margin-right: 3px;
	background: url('hole.png') no-repeat 0 0;
}

.imagetagger.edit .tags ul li .data {
	display: none;
}

/* IMAGETAGGER VIEW */

.imagetagger.view {
	margin-bottom: 10px;
	float: left;
	position: relative; !important
	
}

.imagetagger.view .image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.imagetagger.view .tags {
	position: relative;
	z-index: 10;
	display: none;
}

.imagetagger.view .tags ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.imagetagger.view .tags ul li {
	position: absolute; 
	display: block;
	white-space: nowrap;
	background: black;
	border: none;
	color: white;
	text-transform: uppercase;
	font-family: Helvetica,Arial,sans-serif;
	padding-right: 5px;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 20px;
	
}

.imagetagger.view .tags ul li a {
	color: white;
}

.imagetagger.view .tags ul li em,
.imagetagger.view .tags ul li em a {
	float: left;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	margin-right: 3px;
	background: url('hole.png') no-repeat 0 0;
}
