.imageLibrary {
				display: table-row;
				clear: none;
			}
			.imageLibrary li {
				float: left;
				list-style-type: none;
				margin-right: 7px;
				display: inline;
				clear: none;
			}
			.imageLibrary p {
				position: absolute;
				margin: 0px;
				margin-left: 0px;
				margin-top: 130px;	
				z-index:2;
				background-Color: #000;
				color: #ffffff;
				width: 220px;
				text-align: center;
				padding-top: 5px;
				padding-bottom: 5px;
				opacity:.8;
				display: none;
				clear: none;
				font-size: 10pt;
			}
			.imageLibrary img {
				z-index:1;
				width: 220px;
				height: 140px;
				border: #888888 groove 2px;
				margin-right: 2px;
			}
			h2 {
				clear: both;
			}