
div.item .hide {
	display: none;
}
div.item {
	border: 1px solid #eee; 
	/*float: left;*/
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin: 0 0 10px 10px;
	text-align: center;
	padding: 5px;
	width: 160px;
}
div.item .thumb {
	margin-bottom:5px;
	width: 150px;
	height: 150px;
	vertical-align: middle;
	text-align: center;
	
}
div.item .thumb img {
	max-width: 150px;
	max-height: 150px;
}
div.item .title {

}
div.item .file {

}
div.item .source {
}

div.asset .thumb {
	width: 150px;
	float: left;
	text-align: center;
}
div.asset {
	clear: both;
}
