div.wrap {
			  color:#ff7800;
			  text-decoration:none;
			  font-size:14px;
				width:auto;
				z-index: 11;				
			}
			
			.page-list {
				list-style: none;
				margin: 0;
				padding: 0;

				z-index: 11;			
			}
			
			.clear-element {
				clear: both;			
			}
			
			.page-item1 > div,
			.page-item2 > div,
			.page-item3 > div,
			.page-item4 > div {				
				margin: 0.25em 0 0 0;				
			}
			
			.left {
				text-align: left;
			}
			
			.right {
				text-align: right;
			}

			.sort-handle {			  
				cursor:move;
				z-index:11;
				height:40px;
				width:auto;
			}
							
			.helper {
			border:1px dotted #777777;			
			}
			
			#filetree {
      width:360px; 
      height:560px; 
      background-color: #FFFFFF;
      overflow:auto;
      position: relative;
      z-index: 11;
      float: left;      
      }
					
			#filetree a {
			font-size:14px; 
      color:#ff7800; 
      text-decoration:none;
      font-weight:bold; 
      margin-left:5px;
      z-index: 11;
			}
			
			#filetree a:hover {
			font-size:14px; 
      color:#ffa800; 
      text-decoration:none;
      font-weight:bold; 
      margin-left:5px;
      z-index: 11;
			}
		  
		  #picturelink{
      font-size:12px; 
      color:#000000; 
      text-decoration:none; 
      margin-left:5px;
      z-index: 11;
      }
      
      #picturelink:hover {
      font-size:12px; 
      color:#ffa800; 
      text-decoration:none; 
      margin-left:5px;
      z-index: 11;
      }
			