/* CSS Document */
<style type="text/css">
  body { font-family: Arial, Helvetica, sans-serif; font-size: -1; color: #666666;}
  h1 { font-family: Arial, Helvetica, sans-serif; font-size: 100%; color: #666666;}
  h2 { font-family: Arial, Helvetica, sans-serif; font-size: 100%; color: #666666; font-style: italic; font-weight: bold;}
  h3 { font-family: Arial, Helvetica, sans-serif; font-size: 75%; color: #333333; font-weight: bold;}
  p { font-family: Tahoma, Helvetica, sans-serif; font-size: 70%; color: #666666;}
  li { font-family: Arial, Helvetica, sans-serif; font-size: 75%; color: #666666;}
  :link { color: #BD0982; text-decoration: underline; }  /* for unvisited links */
  :visited { color: #BD0982; text-decoration: underline } /* for visited links */
  a:active { color: #323232; text-decoration: none } /* when link is clicked */
  a:hover { color: #323232; text-decoration: none } /* when mouse is over link */
  
  input.button {
  color: #000; background: #C0C0C0;
  font-size: .6em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: Left;
  border: solid 1px #000000;
  width: 35em;
  float: none;
}
#gallery {
	position:relative;
	margin-left:7px;
	height:300px;
	overflow:hidden;
	width:380px;
}

#gallery img {
	margin:0 10px 10px 0;
}

</style>
