.SPC_highlight_tb_main /*top 2 col layout for hot artical, vdo*/
{
    width: 975px;
    margin: 0px 5px 0px 5px;
}
.SPC_highlight_td_layout_highlight
{
    width: 656px;
    vertical-align: top;
}
.SPC_highlight_td_layout_vdo
{
    width: 315px;
    vertical-align: top;
}
.SPC_highlight_div_highlight /* CSS for highlight content */
{
    margin: 3px;
    padding: 3px;
    border: solid 1px #444444;
    background-color: White;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    height: 220px;
    vertical-align: bottom;
    text-align: right;
}
.SPC_highlight_div_highlight_number /* CSS for highlight content number*/
{
    margin: 0px 2px 0px 2px;
    padding: 1px 3px 1px 3px;
    background-color: #cccc33;
    border: solid 1px #444444;
    color: #444444;
    float: right;
}
.SPC_highlight_div_highlight_number_sel /* CSS for highlight content number that is displaying*/
{
    margin: 0px 2px 0px 2px;
    padding: 1px 3px 1px 3px;
    background-color: white;
    border: solid 1px #444444;
    color: #444444;
    float: right;
}
.SPC_highlight_widthheight
{
    width: 640px;
    height: 230px;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}
.SPC_highlight_tb_vdo
{
    margin: 3px;
    padding: 3px;
    border-style: none;
    background-color: black;
    color: White;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    height: 220px;
    width: 305px;
    text-align: center;
}
.SPC_highlight_td_vdo_name
{
    padding: 5px 3px 5px 3px;
}
.SPC_highlight_div_vdo_name
{
    width: 250px;
    height: 20px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    color: White;
}

.SPC_highlight_td_vdo_display
{
    text-align: center;
    width: 100%;
}
.SPC_highlight_td_vdo_object
{
    width: 100%;
    height: 185px;
}
