#listing_box {
    padding: 5px;
    width: 250px;
    height: 275px;
    overflow: auto;
    border: 2px solid black;
}

.directory {
   background: url(images/page-foldericon.png) top left no-repeat;
   padding-left: 20px;
   font-weight: bold;
}

.file {
   background: url(images/page-file.png) top left no-repeat;
   margin-left: 1px;
   padding-left: 20px;
   font-style: italic;
}


/***************** SUPER MCPHOTO TIME *******************/
/*                                                      */
/*   Ultra-flexible Photo Gallery CSS. Clean. Yum.      */
/*   Owned by openBook Technologies                     */
/*   August 30, 2006                                    */
/*                                                      */
/*   Written with love by Reid Young                    */
/*   Mad props to Eric for being kinda patient. Kinda.  */
/*   (Not very).                                        */
/*                                                      */
/********************************************************/


/*********** SHARED DEFINITIONS ************/

	.module_photo_gallery ul {
		display: block;
		clear: both;
		list-style-type: none;
		font-size: 62.5%;
		}

		.module_photo_gallery ul li {
			position: relative;
			}

			.module_photo_gallery ul li span.group {
				position: absolute;
				text-indent: -9000px;
				width: 11em;
				height: 11em;
				top: 2px;
				left: 2px;
				padding: .25em;
				background: transparent url(images/fold-bottomright-folder.png) no-repeat bottom right;
				}

			.module_photo_gallery ul li div.photo {
				position: absolute;
				width: 12em;
				background: transparent url(images/dropShadow.png) no-repeat bottom right;
				}

				.module_photo_gallery ul li div.photo a {
					display: block;
					position: relative;
					width: 11em;
					top: -5px;
					left: -5px;
					padding: .5em;
					background: white url(images/gradBg.png) no-repeat top left;
					text-decoration: none;
					border: 0;
					}
	
					.module_photo_gallery ul li div.photo a img {
						position: relative;
						width: 11em;
						height: 11em;
						top: -1px;
						left: -1px;
						border: 1px solid #a9a9a9;
						}

				.module_photo_gallery ul li div.title a {
					color: #2a8ac7;
					text-decoration: none;
					border: 0;
					}

/*********** <UL CLASS="ICONS"> DEFINITIONS ************/

		.module_photo_gallery ul.icons li {
			float: left;
			width: 12em;
			height: 15em;
			padding: 1.5em 1em;
			}

			.module_photo_gallery ul.icons li div.photo {
				display: block;
				}

				.module_photo_gallery ul.icons li div.photo a {
					height: 15em;
					}

			.module_photo_gallery ul.icons li div.title {
				display: block;
				position: absolute;
				width: 8.5em;
				top: 10.25em;
				left: 1em;
				overflow: hidden;
				height: 2.5em;
				text-align: center;
				font: 1.25em "Trebuchet MS","Verdana","sans";
				line-height: 1.3em;
				}

			.module_photo_gallery ul.icons li p {
				display: none;
				}


/*********** <UL CLASS="DETAILS"> DEFINITIONS ************/

		.module_photo_gallery ul.details li {
			position: relative;
			padding: 1.5em 1.5em 1.5em 14em;
			min-height: 11em;
			}

			.module_photo_gallery ul.details li div.photo {
				position: absolute;
				margin-left: -13em;
				}

				.module_photo_gallery ul.details li div.photo a {
					height: 11em;
					}

			.module_photo_gallery ul.details li div.title {
				display: block;
				padding: 0;
				margin: .125em 0 .25em 0;
				font: 2.5em "Trebuchet MS","Verdana","sans";
				color: #2a8ac7;
				}

			.module_photo_gallery ul.details li p {
				padding: 0;
				margin: 0;
				display: block;
				font: 1.25em "Verdana","sans";
				}

		

/* LIGHTBOX CSS
 *  by Lokesh Dhakar
 *  http://www.huddletogether.com/projects/lightbox2/
*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a {  border-bottom: 0; }

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none; border-bottom: 0; }

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; height: 22px; float: right; }	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	