	body{
		margin:0px;
		margin-top:0px;
		width:100%;
		text-align:left;
		background-color:#FFF;
		font-family: Arial, sans-serif;
	}
	#mainContainer{
		margin:0 0 0 0;
		width:560px;
		/*text-align:left;*/
		background-color:#FFF;
		padding:0;
		border:0;	
	}
	.clear{/* Dont change this */
		clear:both;
	}
	
	
	
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:559px; /* Width of divs where thumbnails be at */
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:83px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		/*float:left;*/
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:560;	/* Width of large image div */
		height:420px;	/* Height of large image div */
		float:left;
		padding-left:0;	/* "Air" in the large image. set as 0 to align with thumbs div */
		padding-right:0;
		padding-bottom: 60px;	
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:left;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:0;	/* Border around large image */
		padding:0;
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails. whole container partition.*/
		width:560px;	/* Width of strip. size is eqaul to pixel size of thumb + spacer next to image. here is 108 + 5px space = 113. but minus 1px. */
		border:0;
		padding:0px;	/* "Air" inside filmstrip div */
		position:absolute;
		}
		
	.strip_of_thumbnails div{ /* not sure */
		width:560px;
		height:90px;
		padding:0px;
		position:absolute;
		}
	
	.strip_of_thumbnails img{
		border:0;
		padding:0;
		float:left;
		margin-right:4px; /* space next to the image */
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:0;	/* border around active thumbnail */
		padding:0;
	}

	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:560px;
	}	
	.mister_lister {/* project descriptions */
 		font-family: verdana, Monaco, Geneva, Arial, sans-serif;
		font-size: 7pt;
 		font-weight: normal;
 		color: #000;/* black */
 		list-style: none;
		line-height: 10pt;
		}
