#version-switcher {
    margin: 5px 0;
    padding-top: 15px;
}
#version-switcher a, #version-switcher a:hover {
    display: block;
    width: 320px;
    height: 63px;
    margin: 0 auto;
    color: #000;
    text-decoration: none !important;
    background: #e7f5ff;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
    text-align: center;
}
#version-switcher a:hover {
    background: #eaf1f7;
}
#version-switcher span {
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
    clear: none;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
}
#version-switcher.desktop-version span.switch-image{
    width: 68px;
    background: url(images/switch-off.jpg) top right no-repeat transparent;
}
#version-switcher.desktop-version a:hover span.switch-image{
    background: url(images/switch-on.jpg) top right no-repeat transparent;
}
