#gallery {
	width:640px;
	height:480px;
	margin:0 auto;
	position:relative;
}
ul#thumbnails {
	padding:0 0 0 10px;
	margin:0;
	list-style:none;
}
ul#thumbnails  li {
	float:left;
	position:relative; 
	top:500px;
}
ul#thumbnails li a {
	height:50px;
	width:50px;
	padding:3px;
	display:block;
	text-decoration:none;
	background:#fff;
}
ul#thumbnails li a img {width:50px; height:50px; border:0;}
ul#thumbnails li a:hover {
	background:#fc0;
}
ul#thumbnails li.close a:hover {
	background:#fff;
}

#gallery #fullsize {
	position:absolute;
	left:0;
	top:0;
	height:480px;
	width:640px;
	overflow:hidden;
}
#gallery #fullsize div {width:640px; height:480px; padding-top:10px;}
#gallery #fullsize div img {display:block; margin:0 auto; border:0;}

  .intext{text-decoration: none ;color: #0000FF;}


a  {
	text-decoration: none;
	color: #000;
	}

p  {
	font-family: Arial; 
	text-align: center;
	}

H3 { 
	font-family: Arial, Sans-serif; 
	font-weight:  800; 
	font-size: x-small; 
	color: #000000; 
	text-align: center;
	}
H1  {
    font-family: Arial;
    sont-size: small;
    text-align: center;  }