#Ajax_ImageManager_Page
{
	
}

#Ajax_ImageManager_Page .list
{
	height: 308px;
	overflow: auto;
}

#Ajax_ImageManager_Page h2
{
	text-align: left;
}

#Ajax_ImageManager_Page iframe
{
	display: none;
}

.folder_item
{
	float:  left; 
	height: 150px; 
	width:  200px; 
	border: 1px gray dotted; 
	margin: 1px;
}

.folder_item:hover
{
	border: 1px gray solid;
}

.folder_item_icon
{
	margin-left: auto;
	margin-right: auto;
    width: 190px;
	height: 130px;
}

.folder_item_icon img
{
	max-width: 190px;
	max-height: 130px;
}


.folder_item span
{
	display: block;
}