#gallery {
	padding:0;
	margin:0;
	list-style-type:none;
	overflow:hidden;
	width:460px;
	height:180px;

	border:
	background-color: #fff;
	position: static;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../Assets/ScrollPic.png);
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:180px;
  width:25px; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #fff; 
  cursor:default;
  }
#gallery li a img {
  width:25px; 
  height:180px; 
  border:0;
  }
#gallery li a:hover {
  background:#eee; 
  width:200px;
  height:180px;
  }
#gallery li a:hover img {
  width:200px;
  height:180px;
  }
