body    	{background-image:url(../imgs/preh_bkg.jpg); background-repeat:repeat-x;font-family: Verdana, Geneva, sans-serif; color:#645B56; overflow-x:hidden;}
#flash 		{margin-top:19px;
			height: 376px;
		}
#enter_bkg  {width:850px; height:50px; background-image:url(../imgs/separator.jpg); margin-left:49px;}
#intro 		{text-align:center; margin-top:-33px;}
#entree 	{margin:-0px 0px 0 0px;}

h1			{font-size :12px; margin-left:0px; white-space:nowrap;}

a			{color:#666; text-decoration:underline;}
a:hover		{color:#2E9499;}

#myGallery{
	position:relative;
	width:950px; /* Set your image width */
	height:253px; /* Set your image height */
}

#myGallery img{
	display:none;
	position:absolute;
	top:0;
	left:0;
}
#myGallery img.active{
	display:block;
}


