﻿#tz-welcome-bottom-link-buttons a {
    background-repeat: no-repeat;
    width: 360px; 
    height: 20px; 
    margin: 0;
    padding: 0;
    display: block;    
}

#tz-welcome-bottom-link-buttons #downloads {
    background-image: url("../img/TZWelcomePage/DOWNLOAD_DIGITAL_BOOKS_up.png");
}
#tz-welcome-bottom-link-buttons #downloads:hover {
    background-image: url("../img/TZWelcomePage/DOWNLOAD_DIGITAL_BOOKS_over.png");
}

#tz-welcome-bottom-link-buttons #webbooks {
    background-image: url("../img/TZWelcomePage/ACC_WebBooks_Up.png");
}
#tz-welcome-bottom-link-buttons #webbooks:hover {
    background-image: url("../img/TZWelcomePage/ACC_WebBooks_Ovr.png");
}

#tz-welcome-bottom-link-buttons #readers {
    background-image: url("../img/TZWelcomePage/ACC_Webreader_Up.png");
}
#tz-welcome-bottom-link-buttons #readers:hover {
    background-image: url("../img/TZWelcomePage/ACC_Webreader_Ovr.png");
}

#tz-welcome-bottom-link-buttons #lms {
    /*background-image: url("../img/TZWelcomePage/ACC_DigiLMS_Up.png");*/
    margin-top: 10px;
}
/*
#tz-welcome-bottom-link-buttons #lms:hover {
    background-image: url("../img/TZWelcomePage/ACC_DigiLMS_Ovr.png");
}*/

#tz-welcome-bottom-link-buttons #interactive {
    background-image: url("../img/TZWelcomePage/ACCESS-Interactive_up.png");
}
#tz-welcome-bottom-link-buttons #interactive:hover {
    background-image: url("../img/TZWelcomePage/ACCESS-Interactive_ov.png");
}