	#mainContainer{
		width:420px;
		text-align:left;
		background-color:#FFF;
		padding:0px;
		border:2px solid #317082;	
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */

	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:190px;	/* Height of thumbnail div */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:400px;	/* Width of large image div */
		height:200px;	/* Height of large image div */
		/* float:left;		*/
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border-right:4px solid #2066AC;
		border-left:4px solid #2066AC;	/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:60px;	/* Width of strip */
		position:absolute;
		height:200px;

	}
	.strip_of_thumbnails div{
		width:60px;
		height:31px;
		padding:0px;
		text-align:center;

	}
	.strip_of_thumbnails img{
		border:0px;
		padding:2px;
	}
	
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:600px;
	}	