@import '/styles/mainstyle.css';

#exhibition { 
  clear: both; 
  list-style: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
#exhibition ul {
  background: white;
  float: left;
  margin: 0;
  padding: 15px 0 0 10px;
  width: 10.1em;
}
#exhibition li {
	background-image: url(/images/bg/bg-box.gif);
  margin: 5px 17px;
  text-align: center;
  color: white;
  font-weight: bold;
  border: 1px solid #3C7B34;

  height: 10em;
  width: 10.1em;
  float: left;
  overflow: hidden;
}
#exhibition li li {
  font-size: 75%;
  margin: 2px 0;
  text-align: left;
  background: white;
  border: none;
  width: 100%;
}
#exhibition li li a{
  color: #3C7B34;
  color: black;
  text-decoration: none;  
  display: none;
}
#exhibition li li a:hover{
  text-decoration: underline;
}
#exhibition li img{
  width: 10.1em; 
  height: 10em;
  margin: 0;
  padding: 0;
  border: 0;
}
#exhibition ul, #exhibition ul li{
  overflow: visible;
  height: auto;
}
#exhibition li:hover a, #exhibition li.sfhover a{ display: inline; }
#exhibition li:hover img, #exhibition li.sfhover img{ display: none; }

