/* 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 { 
			  padding-top: 15px;
			  width: 970px; height: auto;
              background: url(../images/gallery_bg.jpg) no-repeat; 			  
			}
			#container-4 ul { padding-left: 200px; width: 770px;}
			#container-4 ul li { margin-right: 5px; }
			.imgGallery { float: left; width: 954px; }
			.imgGallery dl { display: block; width: 204px; height: 200px; padding: 0px 15px 0px 15px; float: left; }
			.imgGallery a {  display: block; width: 204px; height: 200px; 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: 8px; color: #003399; }
			.imgGallery a:hover dd { color: red; }
			.imgGallery .more { display: block; float: right; width: 80px; height: 30px; line-height: 25px; font-size: 14px; color: red; font-weight: bold; text-decoration: none; text-align: center;}
			.imgGallery .more:hover { color: blue; }