﻿#mainContainer{
		margin:0 auto;
		width:418px; /* 400 */
		 height:160px;
		text-align:center;
		background-color:#eef5fb;
		
		
	}
	#DHTMLgoodies_panel_one{	/* Width of divs for thumbnails */
		width:160px;
		
	}
	
	#DHTMLgoodies_panel_one{		
		float:left;	
		height:150px;/*change here for panel height*/
		
	}
	#DHTMLgoodies_thumbs
	{
		width:345px;
		overflow:hidden;	/* Don't change this */
		height:144px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:175px;	/* Width of strip */
		height:144px;
		/*padding:5px;	 "Air" inside filmstrip div */
		position:absolute;
		
	}
	.strip_of_thumbnails div{
		width:158px;
		height:144px;
		/*padding:2px;*/
		text-align:center;

	}
	.strip_of_thumbnails img{
		border:0px;
		/*padding:5px;*/
		width:163px;	/* Width of strip */
		height:144px;
		
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:5px solid #317082;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}
	.imgclass
	{
		width:9px;
		height:7px;
	}
	
	.top
	{
		padding-top:19px;	
		padding-right:5px;	
	}	