/* example_5 css */  
#example_5 {  
    position: relative; /* important */  
    overflow: hidden; /* important */  
    width: 275px; /* important */  
    height: 120px; /* important */  
}  
  
 
#example_5_content {  
    position: absolute; 
     
}  
  
.example_5_item {  
    padding: 5px;  
    height: 130px;  
    text-align: left;  
}

#example_5_content {
  width:255px;
  min-height:75px;
  padding:10px;
  height:auto;
  background:#ededed;
  margin-top: 0px;  
  left: 0; 
}

#example_5_content p {
  margin-bottom:10px;
  font-size: 0.9em;
}

#example_5_content a {
  color: #555;
}

#example_5_content .links, #example_5_content .links a {
  color:#0e77bb;
  text-decoration:none;
  font-size: 0.9em;
  margin-bottom:2px;
}

.example_5_item a {
  text-decoration:underline;
}
