.section #flashvidcontainer {
float: left;
margin: 0 10px 10px 0;
}

.section .headlines {
background-color: #fff;
}

.section .sectiondiv {
display: none;
visibility: hidden;
}

.section h2 {
line-height: 1.1em;
}

.section ul li .headthumb,
.section ul li img  {
display: block;
float: left;
margin-right: 3px;
}

.section p {
padding: 10px 0 0 0;
font-size: 14px;
}

.section p .more {
font-size: 11px;
}

/* Experts Section */

#experts-section ul {
margin: 0 0 0 10px;
}

#experts-section ul li {
display: block;
float: left;
width: 200px;
height: 250px;
margin: 0 0 20px 0;
}

#experts-section ul li: after {
content:".";
display: block;
clear: both;
height: 0;
width: 0;
visibility: hidden;
}

#experts-section ul li img {
width: 160px;
height: 120px;
background: url(http://images.bimedia.net/designimages/ls_sprite_img_bg.png) center center no-repeat;
background-position: 0 -30px;
padding: 12px;
margin: 0 0 10px 0;
}

#experts-section h1 {
text-transform: uppercase;
font-size: 12px;
font-family: Arial, Helvetica, Verdana, sans-serif;
padding: 5px 10px 0 10px;
font-weight: normal;
}

#experts-section h2 {
padding: 5px 10px;
line-height: 1.1em;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 16px;
}


#experts-section p {
padding: 0 10px;
font-size: 11px;
}

/* -- Content Listing -- */
#content-listing ul li {
clear:both;
padding-bottom: 10px;
}

