/*slideshow positioning on homepage*/
#hero_container {
    top: 145px;
}
#news_home {height: 416px;
    left: 40px;
    position: absolute;
    top: 515px;
    width: 160px;
    z-index: 1;}
    
    
#news_home ul  {float: left;
    margin: 12px 15px 0 0;
    list-style: none outside none;}
    
   #news_home ul  li {background: url("http://www.emory.edu/template_shared/images/disc.gif") no-repeat scroll 0 5px transparent;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 10px;
    padding-left: 8px;
    line-height:1.1em;}
    
    #news_home p {padding-bottom: 5px;}