﻿#example_5 {  
    position: relative; /* important */  
    overflow: hidden; /* important */  
    width: 650px; /* important */  
    height: 180px; /* important */  
    background: #fff;  
    margin: 10px 0 10px 0;
    border-top: solid 1px #999;
    background-image: url('/images/content/description_shadow.png');
    background-position: bottom;
    background-repeat: no-repeat;
}  
  
#example_5_content   
{
    position: relative; 
    width: 10000px; 
    left: 0;  
}  
  
.example_5_item 
{
	float: left;
	position: relative;  
    padding: 0px 5px 0px 5px;
    height: 165px;   
    width: 640px;
    background: #fff;  
    text-align: left;  
}  
  
.example_5_item h4 { 
    color: #000;  
}  
  
.example_5_item p {  
    padding: 5px 5px 5px 5px;
    color: #000;  
}  
  
#container_bd .example_5_item a {  
    color: #000;  
    text-decoration: underline;  
}  
    #container_bd .example_5_item a:hover {color: #0f0;}  
