
	#DHTMLgoodies_panel_one,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:145px;
	}

#DHTMLgoodies_arrows{ 
	/*width:200px;*/
	border: 0;
	
	
	/* MS added rules */
	width:235px;
	height: 100px;
	position: absolute;
	top: 20px;
	left: 20px;
	}
	
	/* ryan to test */
	
	#DHTMLgoodies_leftArrow { position: absolute; left: 0px; top: 0px; z-index: 100; }
	#DHTMLgoodies_rightArrow { position: absolute right: 20px; top: 0px; }
	
	/* -- */
	
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:165px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
		
		
		/* MS added 24px left margin */
		margin: -10px 0 0 28px;
	}

	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:5px solid #317082;	/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:145px;	/* Width of strip */
		padding:5px;	/* "Air" inside filmstrip div */
		position:absolute;

	}
	.strip_of_thumbnails div{
		width:145px;
		height:120px;
		padding:2px;
		text-align:center;

	}
	.strip_of_thumbnails img{
		border:none;
		padding:0 0 0 55px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		
		padding:0 0 0 40px;
	
	}
	.leftArrow{
		float:left;
		padding: 40px 0 0 0;
	}
	.rightArrow{
		float:right;
		padding: 40px 0 0 0;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:500px;
	}	