	#mainContainer{
		width:160px;
		text-align:left;
		padding:0px;
		z-index:100;
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:175px;
	}
	#DHTMLgoodies_panel_one{
		float:left;
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		/*height:250px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		/*top: 20px;*/
		float:left;
		margin-left: -2px;
		margin-bottom: -4px;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:605px;	/* Width of large image div */
		height:480px;	/* Height of large image div */

		padding-left:0px;	/* "Air" */
		padding-right:0px;
		background-color: #fafaf8;

	}

	#DHTMLgoodies_largeImage table.out{
		width:605px;
		height:470px;
		text-align:center;
	}

	#DHTMLgoodies_largeImage table.nice_tab_col {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #000000;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align:center;
	}

	#DHTMLgoodies_largeImage table.nice_tab_col .topC { background:url('img/top.gif') repeat-x; }
	#DHTMLgoodies_largeImage table.nice_tab_col .bottomC { background:url('img/bottom.gif') repeat-x; }
	#DHTMLgoodies_largeImage table.nice_tab_col .ltC { background:url('img/lt.gif') no-repeat 0 0px; width:14px; height:14px; }
	#DHTMLgoodies_largeImage table.nice_tab_col .rtC { background:url('img/rt.gif') no-repeat 0 0px; width:14px; height:14px; }
	#DHTMLgoodies_largeImage table.nice_tab_col .lbC { background:url('img/lb.gif') no-repeat 0 0px; width:14px; height:14px; }
	#DHTMLgoodies_largeImage table.nice_tab_col .rbC { background:url('img/rb.gif') no-repeat 0 0px; width:14px; height:14px; }
	#DHTMLgoodies_largeImage table.nice_tab_col .leftC { background:url('img/left.gif') repeat-y; width:14px; border: 0px;}
	#DHTMLgoodies_largeImage table.nice_tab_col .rightC { background:url('img/right.gif') repeat-y; width:14px; border: 0px;}
	#DHTMLgoodies_largeImage table.nice_tab_col .centerC { background:url('img/logo.gif') no-repeat; background-position: left bottom;  padding-bottom:2px; }

	#DHTMLgoodies_largeImage img{	/* Large image */
		border:0px solid #317082;	/* Border around large image */
	}


	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width: 175px;
		padding:0px;	/* "Air" inside filmstrip div */

   	}
	.strip_of_thumbnails div{
		padding:0px;
		text-align:center;
		float: left;
	}
	.strip_of_thumbnails img{
		border:1px solid #ffffff;
		padding:2px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		padding:2px;
		border:1px solid #ff6600;	/* Green border around active thumbnail */
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		/*position:relative;	 Never change this */
	}
	#DHTMLgoodies_arrows{	height:0px;
	}