#easel {width:110px; height:100px; margin:.5em 2em 0 .5em;}
#painters {
  padding:0;
  margin:0;
  list-style-type:none; 
  }
#painters li {
  width:135px; 
  height:20px; 
  float:left;
  margin-right:2px;
  }
#painters a em {
	font-family: arial, verdana, sans-serif;
  font-style:normal; 
  font-size:1.2em; 
  line-height:1.5em;
  }
#painters a {
  text-decoration:none;
  color:#000;
  position:absolute; 
  width:135px; 
  height:20px; 
  display:block;
  text-align:center;

  }
#painters a.red {background:#c00; color:#fff;}
#painters a.orange {background:#fc0; color:#000;}
#painters a.yellow {background:#ee0; color:#000;}
#painters a.green {background:#080; color:#fff;}
#painters a.blue {background:#00c; color:#fff;}
#painters a:hover {
  width:170px; 
  height:28px;
  z-index:200;
  background:#aaa;
  }
#painters a:hover em {
  font-size:2em;
  line-height:1.1em;
  overflow:hidden;
  cursor:pointer;
  background:#fff; 
  border:1px solid #000;
  position:absolute; 
  width:170px; 
  height:25px;
  left:-5px; 
  top:-5px;
  }
#painters a:hover.red em {background:#c00;}
#painters a:hover.orange em {background:#fc0;}
#painters a:hover.yellow em {background:#ee0;}
#painters a:hover.green em {background:#080;}
#painters a:hover.blue em {background:#00c;}
