	
	#mainContainer_index{
		margin:0 auto;
		width:100%;
		text-align:center;
		padding-bottom:1px;
		border:0px;	
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_arrowsL_index{	/* Width of divs for thumbnails */
	padding-top:200px;
		width:25px;
		z-index:999;
		text-align:center;
	}
	#DHTMLgoodies_arrowsR_index{	/* Width of divs for thumbnails */
		width:25px;
		z-index:999;
	}
	
	#DHTMLgoodies_panel_one_index{	
		width:100%;	
		float:left;	
		
	}
	#DHTMLgoodies_thumbs_index{

		width:280px;
		overflow:hidden;	/* Don't change this */
		height:290px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	
	.strip_of_thumbnails_index{	/* A vertical strip of thumbnails */
		width:100%;	/* Width of strip */
		padding:0px;	/* "Air" inside filmstrip div */
		position:absolute;	

	}
	.strip_of_thumbnails_index div{
		width:100%;
/*		height:100px;*/
		padding:0px;
		text-align:center;
	}
	.strip_of_thumbnails_index img{
		border:0px;
		padding:0px;
	}
	.strip_of_thumbnails_index .activeImage{	/* Active thumbnail */
		border:0px;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
	top:0px;
		float:left;
	}
	.rightArrow{
	top:0px;
		float:right;
	}
	#DHTMLgoodies_thumbs_inner_index{
		position:relative;	/* Never change this */
		width:100%;
	}	