#gallery1 {
	padding:0;
	margin:0 auto 5em auto;
	list-style-type:none;
	overflow:hidden;
	width:495px;
	height:240px;
	border:1px solid #888;
	background:#fff url(windows/win_backh.jpg);
	position: static;
	left: 315px;
	top: 470px;
  }
#gallery1 li {
  float:left;
  }
#gallery1 li a {
  display:block;
  height:240px;
  width:28px;
  float:left;
  text-decoration:none;
  border-right:1px solid #fff;
  cursor:default;
  }
#gallery1 li a img {
  width:28px;
  height:240px;
  border:0;
  }
#gallery1 li a:hover {
  background:#eee;
  width:320px;
  }
#gallery1 li a:hover img {
  width:320px;
  }
