	/* End of demo CSS */
	#DHTMLgoodies_arrows{	/* Width of divs for thumbnails */
	width:750px;
	margin:0px auto 0;
		
	}
	
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:130px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
		width:610px;
	}
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:150px;	/* Width of strip */
		padding:0 5px 0 0;	/* "Air" inside filmstrip div */
		position:absolute;

	}
	
	.strip_of_thumbnails img{
		border:0px;
		padding:0 0px 0 5px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:5px solid #FFFFFF;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;
		 cursor: pointer;
		 margin:30px 0px 0px 0px;
	}
	.rightArrow{
		float:right;
		cursor: pointer;
			 margin:30px 0px 0px 0px;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:580px;
	}	
	.leftArrow_wrap
	{
	float:left;
	background:url(../gps_images/left_arrow.png) no-repeat  0px 30px;
	margin:0 10px;
	}
	.rightArrow_wrap
	{
	float:left;
	background:url(../gps_images/right_arrow.png) no-repeat right 30px;
	margin:0 10px;
	}