.buttons-content
{
	height: 52px; 
	width: 100%; 
}

#gallery 
{ 
	float: left; 
	width:100%; 
	min-height: 3em; 
}

.gallery.custom-state-active { background: #eee; }

.gallery li 
{ 
	float: left; 
	width: 32px; 
	border: 0px;   
	margin: 0 0.4em 0.4em 0; 
	text-align: center; 
}

.gallery li h5 {  cursor: move; }

.gallery li a { float: right; }

.gallery li a.ui-icon-zoomin { float: left; }

.gallery li img 
{ 
	width: 100%; 
	cursor: move; 
}

#trash {  width: 100%;}

#trash h4 
{ 
	line-height: 16px;
	margin: 0 0 0.4em; 
}

#trash h4 .ui-icon { float: left; }

#trash .gallery h5 { display: none; }