	#tekst{
		width:386px;
		float:left;
	}
	
	#mainContainer{
		float:right;
		width:421px;
	}
	
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:421px;
	}
	#DHTMLgoodies_panel_one{		
	}
	#DHTMLgoodies_thumbs{
		position:relative;	/* Never change this */
		text-align:center;
		margin-top:10px;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:421px;	/* Width of large image div */
		height:243px;	/* Height of large image div */
		padding-left:0px;	/* "Air" */
		padding-right:0px;	
		overflow:;
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		text-align:left;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:0px;	/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:421px;	/* Width of strip */
		height:55px;
		padding:0px;	/* "Air" inside filmstrip div */
		position:absolute;
	}
	.strip_of_thumbnails div{
		width:55px;
		height:55px;
		padding:0px;
		margin-left:6px;
		margin-bottom:6px;
		text-align:center;
		float:left;
		overflow:hidden;
	}
	div.firstThumbnailLinkContainer{
		margin-left:0px;
	}
	.strip_of_thumbnails img{
		border:0px;
		border-bottom:5px;
		padding:0px;
		float:left;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border-top:0px;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:421px;
	}	
