#gallery {
	padding:0;
	margin:0;
	list-style-type:none;
	overflow:hidden;
	width:200px;
	height:460px;
	border:
	background-color: #fff;
	position: absolute;
	left: 2px;
	top: 400px;
	background-image: url(../Assets/TopTen.png);
	background-repeat: no-repeat;
	background-position: center center;
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:30px;
  width:200px; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #fff; 
  cursor:default;
  }
#gallery li a img {
  width:200px; 
  height:30px; 
  border:0;
  }
#gallery li a:hover {
  background:#eee; 
  height:180px;
  }
#gallery li a:hover img {
  height:180px;
  }
