a		{
			text-decoration: none;
		}

a:hover	{
			color: silver;
		}
		
		
#gallery {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:300px; 
  height:200px; 
  border:1px solid #888; 
  background:#fff url('images/index/index1.jpg');
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:20px;
  width:300px;
  overflow:hidden; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #fff; 
  cursor:pointer;
  }
#gallery li a img {
  border:0px none;
  }
#gallery li a:hover {
  background:#eee; 
  height:160px;
  }
#gallery li a:hover img {
  height:160px;
  }
  
#DevelopmentsGallery {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:300px; 
  height:200px; 
  border:1px solid #888; 
  background:#fff url('images/index/index6.jpg');
  }
#DevelopmentsGallery li {
  float:left;
  }
#DevelopmentsGallery li a {
  display:block; 
  height:20px;
  width:300px;
  overflow:hidden; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #fff; 
  cursor:pointer;
  }
#DevelopmentsGallery li a img {
  border:0px none;
  }
#DevelopmentsGallery li a:hover {
  background:#eee; 
  height:160px;
  }
#DevelopmentsGallery li a:hover img {
  height:160px;
  }