
	#mainContainer{
	
		width:750px;
		height:450px;
		text-align:left;
		border:0px solid #666666;	
		
	}
	.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;	
		border : 0px solid red;
	}
	#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 */
		width:420px;	/* Width of large image div */
		height:310px;	/* Height of large image div */
		float:left;
		padding-left:50px;	/* "Air" */
		padding-right:10px;	
		border : 0px solid #cccccc;
		
	}
	
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:5px solid #e9e9e9;	/* Border around large image */
	}
	
	
	.strip_of_thumbnails
	{	/* A vertical strip of thumbnails */
		width:114px;	/* Width of strip */
		padding:5px;	/* "Air" inside filmstrip div */
		position:absolute;
		float: left;	
	}
	.strip_of_thumbnails div{
		width:110px;
		height:90px;
		padding:2px;
		text-align:center;

	}
	.strip_of_thumbnails img{
		border:5px solid #e9e9e9;
		padding:0px;
		width: 100px; 
		height : 75px;
		cursor:pointer;
	}
	
	.strip_of_thumbnails img:hover{
		border:5px solid #cccccc;
		padding:0px;
	}
	
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:5px solid #666666;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	
	
	div.none 
	{
	   display:none;
	}
	
	
	div.description 
	{
	}
	div.linkurl
	{
	   float:right; 
	   width: 120px;
	   height : 30px;
	} 
	
	#textContainer 
	{
	   padding-top : 30px;
	}