﻿#slider {
    width: 930px;
    height: 300px;
	border: 1px solid #999999;
}

#boxes {
    border-top: 1px solid #DDDDDD;
    height: 270px;
    margin: 10px auto 0;
    padding-top: 30px;
    width: 930px;
}

    #boxes .box {
        width: 308px;
        height: 270px;
        float: left;
        margin: 0 auto;
    }

        #boxes .box h2 {
            text-align: center;
        }

        #boxes .box p {
            padding: 8px 10px 9px;
        }

        #boxes .box input[type="text"], #boxes .box input[type="password"] {
            background: none repeat scroll 0 0 white;
            border: 1px solid #BDBFC4;
            height: 25px;
            margin-left: 10px;
            padding-left: 5px;
            width: 260px;
        }

        #boxes .box a {
            font-size: 14px;
            cursor: pointer;
            color: #000000;
        }

        #boxes .box .date {
            cursor: pointer;
            color: #5990de;
            text-align: center;
            width: 300px;
            padding: 8px 10px 0px;
        }

        #boxes .box .one {
            cursor: pointer;
        }

        #boxes .box div {
            height: 210px;
        }

        #boxes .box center a:hover {
            color: #5990DE;
        }

    #boxes .online {
        float: left;
        height: 270px;
        width: 313px;
    }

#boxbottom {
    border-top: 1px solid #dddddd;
    padding: 42px 0 52px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

    #boxbottom p {
        margin: 0 auto;
        text-align: center;
        width: 500px;
    }

.nivo-controlNav {
    position: absolute;
    left: 50%;
    bottom: 12px;
    margin-left: -40px;
    z-index: 98;
    top: 325px;
}

    .nivo-controlNav a {
        width: 17px;
        height: 17px;
        display: block;
        text-indent: -9999px;
        border: 0;
        margin-right: 10px;
        float: left;
        position: relative;
        z-index: 99;
        cursor: pointer;
    }

    .nivo-controlNav a {
        background: url(../../../../App_Themes/Default/Images/Icon/nav.png) no-repeat;
    }

        .nivo-controlNav a.active {
            background: url(../../../../App_Themes/Default/Images/Icon/nav-h.png) no-repeat;
        }
