﻿#mainContainer{
		margin:0 auto;
		width:688px;
		
		
		background-color:#FFF;
		
		
	}
	#DHTMLgoodies_panel_one{	/* Width of divs for thumbnails */
		width:688px;
		
	}
	
	#DHTMLgoodies_panel_one{		
		float:left;	
		height:103px;/*change here for panel height*/
	}
	#DHTMLgoodies_thumbs
	{
		width:639px;
		overflow:hidden;	/* Don't change this */
		height:114px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:170px;	/* Width of strip */
		height:114px;
		padding:2px;	/* "Air" inside filmstrip div */
		position:absolute;

	}
	.strip_of_thumbnails div{
		width:170px;
		height:114px;
		padding:2px;
		text-align:center;

	}
	.strip_of_thumbnails img{
		border:0px;
		padding:5px;
		width:170px;
		height:114px;
		
	}
	.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:119px;
		height:119px;
	}	