#sketchWidget {
  position: relative;
  
  margin: 0 0 20px 0;
  padding: 0;      
  height: 250px;
  width: 99%;
  
  background: #a49082;
}
/*************************/
#sketchWidget #lt {   
  position: absolute;
  
  top: 2px; left: 2px;
  
  height: 244px; width: 4%; 
  
  background: #8b7a6e url(i/lt.gif) no-repeat center center;
}
#sketchWidget #rt {
  position: absolute;
  
  top: 2px; right: 2px; 
  height: 244px; width: 4%;
  
  background: #8b7a6e url(i/rt.gif) no-repeat center center;
}
#sketchWidget #rt:hover {
  background: black url(i/rt.gif) no-repeat center center;
}
#sketchWidget #lt:hover {
  background: black url(i/lt.gif) no-repeat center center;
}
#sketchWidget #sketchWrap {
  height: 244px; width: 92%;    
  margin-top: 2px; margin-bottom: 2px;
  margin-left: 4%; margin-right: 4%;  
  
  overflow: hidden; 
  float: left;
}
#sketchArea {
  width: 10000px;
  height: 240px;  
}
#sketchArea div {
  padding: 2px;
  float: left;
}
.sketchItemDescription {
  z-index: 8;
  display: none;
  position: absolute;
  top: 100px; left: 100px;
  /* width: 100px; height: 100px; */
  background: black url(i/bg.jpg) repeat;
  border: 1px solid white;
  padding: 4px;
  text-align: center;
}
.sketchItemDescription p {
  color: white;
}
.sketchItemDescription a {  
  color: #feda01;
}
