﻿#galleryh {
  padding:0; 
  margin:0 auto 2px auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:550px; 
  height:240px; 
  border:1px solid #EEE; 
  background:#fff url(contenu/accueil/makila-golf-club.jpg);
  }
#galleryh li {
  float:left;
  }
#galleryh li a {
  display:block; 
  height:240px;
  width:28px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:hand;
  }
#galleryh li a img {
  width:28px; 
  height:240px; 
  border:0;
  }
#galleryh li a:hover {
  background:#eee; 
  width:320px;
  }
#galleryh li a:hover img {
  width:320px;
  }