    <style type="text/css">
      	
  		.blackbg { background-color: black;  }
		
      	.galleryBody 
		{
			background-color: black;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			margin-left: 0px;
		}

      	div { color: white; }
      
      	#primaryContent { border: solid 1px white;  }
      	#superContainer { 
			width: 900px;
			height: 520px;
			border: solid 1px black; 
			padding: 15px;
        }
        
      	leftContainer {        
        	width: 551px;
        }
        
      	.imgGallery {
        	border: none;
        }
       
       .divGallery {
			border: solid;
			text-align: center;
			height: 260px;
       }     

	   .txtIFrame
		{
			font-family: Baskerville, MS Serif; 
			font-size: 15px;
			color: white;
		}
		.hdrIFrame
		{
			font-weight: bold;
			font-family: Baskerville, Palatino Linotype; 
			font-size: 20px;
			color: white;
			padding-bottom: 15px;
		}

		.galLeftThumb 
		{
				
			width: 158px; 
			height: 114px; 
			border: solid 1px white; 
			padding: 1px; 
			float: left; 
			margin-right: 6px; 
			margin-bottom: 6px;
		}
		.galRightThumb
		{
			width: 158px; 
			height: 114px; 
			border: solid 1px white; 
			padding: 1px; 
			float: left;
		}
		
		.thumb {
			border: None;
		}

		.mainGalleryImage
		{
			display: block;
			margin-left: auto;
			margin-right: auto;
			margin-top:0px;
			margin-bottom:0px;
			padding:0px;
		}
			
    </style>