     .thumbContainer {
	  width:200px;
	  height:175px;
          float:left;
          padding-left:15px;
	  padding-right:15px;
          text-align:center;
	  white-space:wrap;
     }

     .adminThumbContainer {
          width:200px;
          height:200px;
          float:left;
          padding-left:15px;
	  padding-right:15px;
          text-align:center;
	  border:1px solid lightgrey;
     }


        .fileImage {
                height:100px;
        }

        .previewImage {
                height:100px;
                border-top:1px solid lightgrey;
                border-left:1px solid lightgrey;
                border-right:1px solid black;
                border-bottom:1px solid black;
        }

        .folderImage {
                height:100px;
        }


	.imageDescription {
		color:darkslategray;
		padding-top:2px;
		white-space:wrap;
	}

	.adminImageDescription {
		color:darkslategray;
	}

	.fileList {
		padding-bottom:5px;		
	}

	.fileListOdd{ 
		background-color:#D5E6E1;
		padding:3px;
	}

	.fileListEven {
		background-color:#F7F7F7;
		padding:3px;
	}

	.fileListName {
		font-weight:bold;
	}

	.fileListName a:link {color:blue;}
	.fileListName a:hover {color:red;}
	.fileListName a:visited {color:blue;}

	.fileListDesc {
		padding-left:10px;
	}


