﻿#js-banner {
    width: 980px;
    height: 307px;
}

#js-banner .col1 {
    float: left;
    width: 331px;
    height: 307px;
    background: #ffffff url(/images/js_banner1.jpg) no-repeat left top;
}
#js-banner .col2 {
    float: left;
    width: 649px;
    height: 306px;
    background: #ffffff url(/images/js_banner2.jpg) no-repeat left top;
}

#js-banner .col1 a {
    display: block;
    margin: 182px 60px 0 60px;
    width: 190px;
    height: 40px;
    background: transparent url(/images/register_btn_home.png) no-repeat left top;
}
#js-banner .col1 a:hover {
    background-position: left -40px;
}
#js-banner .col1 .shadow {
    margin-top: 21px;
    height: 53px;
    background: transparent url(/images/triples_shadow.png) repeat-x left top;
}

#jsintro3 ul {
    list-style: none;
    padding-left: 0;
}
#jsintro3 li {
    padding: 5px 0 5px 28px;
    background: url(/images/tick.png) no-repeat left 0.4em;
}

#jsintro3 {
    width: 300px;
    margin: 10px 10px;
    background: url(/images/js_intro_bg1.jpg) no-repeat right bottom;
}
