div.subheader_channels
{
    background: transparent url(/partners/olpc/images/header_home.png) no-repeat left top;
}
div.items
{
    width: 800px;
    margin: 20px auto;
}
div.buttons
{
    margin: 10px auto;
    width: 790px;
    height: 50px;
}

div.video_featured
{
    margin: 10px auto;
    width: 790px;
    height: 120px;
}

a.button
{
    width: 128px;
    height: 34px;
    display: block;
    margin: 40px 2px 0 2px;
    padding-top: 16px;
    padding-left: 25px;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    float: left;
}

a.button_recent
{
    background: transparent url(/partners/olpc/images/button_new.png) no-repeat;
}
a.button_recent:hover
{
    color: #fffc04;
    background: transparent url(/partners/olpc/images/button_new.png) no-repeat left -50px;
}
a.button_rated
{
    background: transparent url(/partners/olpc/images/button_rated.png) no-repeat left top;
}
a.button_rated:hover
{
    color: #fffc04;
    background: transparent url(/partners/olpc/images/button_rated.png) no-repeat left -50px;
}
a.button_visited
{
    background: transparent url(/partners/olpc/images/button_visited.png) no-repeat left top;
}
a.button_visited:hover
{
    color: #fffc04;
    background: transparent url(/partners/olpc/images/button_visited.png) no-repeat left -50px;
}
a.button_featured
{
    background: transparent url(/partners/olpc/images/button_featured.png) no-repeat left top;
}
a.button_featured:hover
{
    color: #fffc04;
    background: transparent url(/partners/olpc/images/button_featured.png) no-repeat left -50px;
}
a.button_popular
{
    background: transparent url(/partners/olpc/images/button_popular.png) no-repeat left top;
}
a.button_popular:hover
{
    color: #fffc04;
    background: transparent url(/partners/olpc/images/button_popular.png) no-repeat left -50px;
}

div.dm_widget_olpcitemhome
{
    margin: 30px 10px 0 10px;
    height: 200px !important;
}

div.dm_widget_olpcitemhome div.title
{
    height: 100px !important;
}

