	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:240px;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:280px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		padding:0px;	/* "Air" */
		margin:0px;	
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		
		text-align:center;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:0px solid #317082;	
		padding:0px;
		margin:0px;/* Border around large image */
	}
	
	#PreviewScreen
	{
		padding:10px 10px 5px 14px;
	
	}
	
	#MediaContentScreen
	{
	
	width:348px;
	}
	#MediaContentScreen
	{
	
	padding:0px;
		margin:0px;
	}
	.ThumbnailRow{	/* A vertical strip of thumbnails */
		width:320px;	/* Width of strip */
		padding:0px;	/* "Air" inside filmstrip div */
		background-color:#344453;
		float:left;
		vertical-align:middle;
		padding-top:7px;
		padding-bottom:7px;
		padding-left:11px;
		margin-bottom:10px;

	}
	.ThumbnailRow div{

		padding:0px;
		width:51px;
		float:left;
		padding-left:2px;
		padding-top:2px;
		padding-bottom:2px;
		text-align:left;
		vertical-align:middle;
		background-color:#202B3A;
		margin-right:5px;
		background-image:url(../../Global_Images/Btn_PreviewBild_Bg.gif);
		background-position:left top;
		background-repeat:no-repeat;

	}
	.ThumbnailRow img{
		border:0px;
		padding:1px;
		
	}
	.ThumbnailRow .activeImage{	/* Active thumbnail */
		border:1px solid #FFFFFF;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	
