            /* Not required for Tabs, just to make this demo look better... */
            * { float: none; }
			body, h1, h2, dl, dt, dd, p {
                margin: 0;
				padding: 0;
            }
			#container-4 { 
			  width: 638px; 
			  height: 420px;
			  overflow: hidden;
		  
			}
			#container-4 ul { padding-left: 50px; width: 590px; background: url(../images/green_banner.jpg) bottom repeat-x;}
			#container-4 ul li { margin-right: 5px; }
			.imgGallery { float: left; width: 620px; border-left: 1px solid #99cc99; border-right: 1px solid #99cc99; border-bottom: 1px solid #99cc99; }
			.imgGallery dl { padding: 0px 10px 0px 10px; float: left; }
			.imgGallery a {  width: 204px; text-decoration: none; }
			dl, dt, dd { width: 204px; }
			.imgGallery img { padding: 1px; width: 200px; height: 150px; border: 1px solid #ccc; }
			.imgGallery dt { float: none; }
			.imgGallery dd { padding-bottom: 5px; color: #003399; }
			.imgGallery a:hover dd { color: red; }
			.imgGallery .more { display: block; float: right; width: 120px; height: 16px; font-size: 14px; color: red; text-decoration: none; text-align: center;}
			.imgGallery .more:hover { color: blue; }
			dl.Multiple2 { float: left; padding-left: 20px; width: 45%; }
            dl.Multiple2 dt { padding-bottom: 20px; text-indent: 24px; width: 100%; }
            dl.Multiple2 dt a { display: inline; height: auto; overflow: auto; font-size: 12px; line-height: 22px; color: #003399; }