
/*   FOLDERS    LIST  */

.elements-pager {margin: 4px; text-align: right; font-size: 10pt; }
.elements-listing {position: relative; width: 760px; height: 590px; margin: 0 auto; margin-top: 5px;}

.element-preview {position: absolute; width: 156px; height: 240px; text-align: center;}
	#preview-1 {top: 30px;  left: 40px;}
	#preview-2 {top: 30px;  left: 220px;}
	#preview-3 {top: 30px;  left: 395px;}
	#preview-4 {top: 30px;  left: 570px;}
	#preview-5 {top: 310px; left: 40px;}
	#preview-6 {top: 310px; left: 220px;}
	#preview-7 {top: 310px; left: 395px;}
	#preview-8 {top: 310px; left: 570px;}
	
.element-preview {text-align: left; font-size: 10pt;}
.element-preview a {text-decoration: none;}

	.element-preview .article {float: left; color: brown;}
	.element-preview .icon        {float: right; color: red; font-weight: bold;}
	
	.element-preview .gname      {font-size: 10pt; font-weight: bold; text-align: center; height: 34px; line-height: 14px; clear: both; padding-top: 4px;}
		.element-preview .gname   a   {text-decoration: none; color: #E0823B;}

	.element-preview .e-photo {text-align: center; }		
	
	.folder-description {font-size: 9pt;}
	
#added-success {position: absolute; border: 2px solid brown; padding: 10px; width: 300px; left: 215px; text-align: center; top: 260px; height: 40px; display: none;}	
