ul.crumbtrail{
	position:absolute;
	float:left;
	margin: 0; padding: 0;
	z-index: 50;

}

.crumb {	
	float:left;
	margin-right:12px;	
	list-style: none;
	}.crumb a{
		display:block; 
		padding:0 0 0 22px;
		background:#FFFFFF url('/static/images/obj-list/item-folder-small.gif') top left no-repeat;
		
		font-size:12px;
		line-height:20px;
	}.crumb.hover-into{ 
		height:auto;
	}.crumb.hover-into a{
		margin-left:12px;
		padding:75px 5px 0 5px;
		width:100px;
		font-size:16px;
		
		background:#FFFFFF url('/static/images/obj-list/item-folder-into.png') 0 -10px  no-repeat;
		}.crumb.hover-into a span{
			background:none;
		}


.item {
	xxposition: relative;
	padding:10px;
	height:92px;
	background:url('/static/images/obj-list/item-bg.gif') no-repeat;

	}

xxx.item.clone{
		position:absolute;
		margin: -92px -82px 0 -380px; xpadding:10px;
		xwidth:405px; height:92px;
		background:url('/static/images/obj-list/item-bg.gif') no-repeat;
		z-index:75;
		}xx.item.clone .itemc {
			margin-right:20px;
			}xx.item.clone .itemc a{
				visibility:hidden;
			}
	xx.item.dragged{background:none;}
	.item.dragged div{opacity:0.5;}
	.item.dragged div[class~=itemThumb]{opacity:1}

	div[class*=itype-].drag{background-position: bottom left;}

.itemThumb {
	position:absolute;
	float:left;
	margin:0 10px 0 0; padding:0;
	width:90px; height:90px;
	
	background-color: #F1F1F1;
	}body .content div.hover-into{
		background:url('/static/images/obj-list/item-folder-into.png') no-repeat;
	}.itemThumb  img{
		width:90px;
		height:90px;
	}


.item {
	position:relative;
	padding:10px;
	height:94px;
}
#mm .item{
	width:260px;
}
.item .edge{
	position:absolute;
	right:0px; top:0px;
	width:11px;height:115px;
	background:url('/static/images/obj-list/item-bg-edge.gif') no-repeat;
	}
.item .edge hr{
	display:none;
}

.itype-a{
	background:url('/static/images/obj-list/item-audio.png') no-repeat top;
}

.itype-a img{
	position:absolute;
	bottom:2px; left:7px; 
	width:50px; height:45px;
}

.itype-f{
	background:url('/static/images/obj-list/item-folder.png') no-repeat top;
}

.itype-f img{
	position:absolute;
	top:37px; right:17px; 
	width:62px; height:40px;
}

.itype-p{
	background:url('/static/images/obj-list/item-picture.png') no-repeat top;
}

.itype-p img{
	position:relative;
	top:18px; left:17px; 
	width:49px; height:40px;
}


.itype-t{
	background:url('/static/images/obj-list/item-text.png') no-repeat top;
}

.itype-t img{
	position:absolute;
	bottom:5px; left:15px;
	width:55px; height:40px; 
}

.itype-v{
	background:url('/static/images/obj-list/item-video.png') no-repeat top;
}


.itype-v img{
	position:relative;
	top:23px; left:13px; 
	width:63px; height:40px;
}

.itemc {
	position:relative;
	margin:0 0 0 95px; padding:0 0 0 5px;
}

.itemc small{
	position:absolute; 
	bottom:-45px; right:0px;
 	margin:0; padding:0; 
 	width:110px;
 	
 	letter-spacing:-0.05em;
}

.itemc small strong{
	display:block;
	font-size:12px;
}

.itemc em{	
	position:relative;
	top:3px;
	color:#999999;
	font:normal 12px Verdana;
}

.itemc a{
	display:block; float:left;
	margin:5px 16px 0 0; padding:25px 0 0 0;
	background-color:#FFFFFF;
}
.itemc a.innactive{
	visibility:hidden;
}

.itemc a.iact-b{
	background: url('/static/images/obj-list/item-a-browse.gif') top center no-repeat;
}

.itemc a.iact-e{
	background: url('/static/images/obj-list/item-a-edit.gif') top center no-repeat;
}

.itemc a.iact-d{
	background: url('/static/images/obj-list/item-a-delete.gif') top center no-repeat;
}

#arrangable-list{
	margin:0; padding:5px;
	width:100%;
}

#arrangable-list li{
	margin:2px 8px 14px 0; padding:0;
	float:left;
	list-style-type:none;
	cursor: move;
	}#arrangable-list li #iList-indicator{
		display:none; position: absolute;
		z-index:74;
		width: 30px; height:35px;
		overflow: hidden;
		background:url('/static/images/obj-list/item-indicator.png') no-repeat;
		
	}#arrangable-list li.hover-left #iList-indicator{
		display:block;
		top: 36px; left:-22px;
		background-position: left;
		
	}#arrangable-list li.hover-right #iList-indicator{
		display:block;
		top: 36px; left:; right:-22px;
		background-position: right;
	}

#list-parent-container {
	position:relative;
	display:none;
	left:0px; top:0px;
	}
	
.btn{
	float:right;
	list-style: none;
}
.btn .album-btn{
		background:url('/static/images/obj-list/addalbum_btn.gif') no-repeat;
		display:block;
		width:259px; height:42px;
		overflow:hidden;
		text-indent:259px;
		line-height:42px;
}
.btn .media-btn{
		background:url('/static/images/obj-list/addmedia_btn.gif') no-repeat;
		display:block;
		width:259px; height:42px;
		overflow:hidden;
		text-indent:259px;
		line-height:42px;
}

