	    
#mainContainer{
	margin:0;
	text-align:left;
	padding:0 0 0 0;
	height:188px;

	}
	.clear{
		clear:both;
	}
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
	width:228px;
		
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
		
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:188px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
		margin:0;
		
	}


	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:228px;	/* Width of strip */
		padding:0 0 0 0;	/* "Air" inside filmstrip div */
		position:absolute;
	}
	.strip_of_thumbnails div{
		width:228px;
		height:125px;
		padding:0;
	}
	.strip_of_thumbnails p{
		font:bold 12px/14px Georgia, "Times New Roman", Times, serif;
		text-transform:uppercase;
		color:#000;
		background-color:inherit;
		padding:0!important;
	}
	.strip_of_thumbnails p span{
		color:#2D4A8E;
		background-color:inherit;
	}
	.strip_of_thumbnails img{
		margin:10px 0 0 0;
	}

	.leftArrow{
		float:left;
		margin:69px 10px 0 20px;
	}
	.rightArrow{
		float:right;
		margin:69px 19px 0 0px;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		height:188px;
	}	
