﻿a.warmups
{
    display: block;
    width: 75px;
    height: 95px;
    background: transparent url("../../Content/images/ButtonDoubleSmallWarmUps.gif") no-repeat;
}

a.warmups:hover
{
    background-position: -75px 0;
}

a.youtube
{
    display: block;
    width: 75px;
    height: 95px;
    background: transparent url("../../Content/images/ButtonDoubleSmallYouTube.gif") no-repeat;
}

a.youtube:hover
{
    background-position: -75px 0;
}

a.ontheday
{
    display: block;
    width: 75px;
    height: 95px;
    background: transparent url("../../Content/images/ButtonDoubleSmallOnTheDay.gif") no-repeat;
}

a.ontheday:hover
{
    background-position: -75px 0;
    
}