	#DHTMLgoodies_panel_one,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:600px;
	}

	#DHTMLgoodies_panel_one{		
    margin:0px;
    background-color:#5D6E45;
 }

	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
    border-top:1px solid #c0c0c0;
    margin:0px 1px;
    padding:0px;
		width:540px;
		position:relative;	/* Never change this */
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
    width:600px;
    height:400px;
    padding:0;
    margin:0;
    background-color:#5D6E45	}
 	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
    padding:0;
    margin:0;
    border:0;
	}

	.strip_of_thumbnails{	/* A strip of thumbnails */
		width:80px;	/* "Air" inside filmstrip div */
    padding:8px 5px;
		position:relative;
    float:left;
	}
	.strip_of_thumbnails div{
		text-align:center;
    float:left;
	}
	.thumbnail{
		border:1px solid #6A7C51;
		height:60px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:3px solid #F0E282;	/* Green border around active thumbnail */
		height:60px;
		padding:0px;	
	}

	.leftArrow{
		float:left;
    width:27px;    
    padding:1px;
    padding-top:20px;
    visibility:hidden;
    }
	.rightArrow{
		float:right;
    width:26px;
    padding:1px;
    padding-top:20px;
    visibility:hidden;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
    width:540px;
	}	
