#aside_predict{
    position:initial;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow:none;
    /*border-left:1px solid #005B94;*/
	border-left:1px solid #ff5c01;
    border-right:1px solid #ff5c01;
    border-bottom:1px solid #ff5c01;
    height:auto;
    padding-bottom:20px;
    background:#fff;
    position:relative;
    min-height:80px;
    display:none;
}

#aside_predict label{
    height:40px;
    line-height:40px;
    font-size: 14px;
    font-weight: bold;
    padding:0px 0px 0px 20px;
    /*background:#005B94;*/
	background: #ff5c01;
    display:block;
    color:#fff;
}
#aside_predict li{
    width:100%;
    display:block;
    color:#fff;
    font-size:13px;
    background:none;
    height:auto;
}
#aside_predict ul{
    margin:0px;
    padding:0px 20px;
}
#aside_predict li{
    margin:15px 0px 0px 0px;
}
#aside_predict li a{
    color: #005C97;
    font-size: 14px;
    padding:0px;
    font-weight:normal;
    text-decoration:none;
}
#aside_predict li p{
    color: #3c3c3d;
    font-size: 12px
}
.predict_page{
    clear: both;
    text-align: center;
    padding-top: 10px;
}
.predict_page dt{
    display:inline-block;
    width:12px;
    height:12px;
    background-color:#dadada;
    margin:4px;
    cursor:pointer;
    border-radius:50%;
}
.predict_page dt.active{
    background-color:#005B94;
}

#predict{
     /*background:url("../../images/revamp/header_bg.png") repeat;*/
    background:#ededed;
    /* Fallback for web browsers that doesn't support RGBa */
    height:100px;
     /*katherine*/
    bottom: 0;
    box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, 0.75);
    display: none;
    height: 95px;
    left: 0;
    min-height: 60px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 999;
    border-top: 7px solid #f03e10;
}
#predict label{
    background: none repeat scroll 0 0 #3c3d3d;
    color: #fff;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 96px;
    line-height: 1.5;
    padding: 20px 10px 20px 30px;
    width: 160px;
}
#predict li:hover{
    background-color:#cbcbcb;
}
#predict li{
    width:20%;
    display:inline-block;
    color:#fff;
    font-size:13px;
    float:left;
    background:url("/images/revamp/predict_spacer.jpg") no-repeat 0px 10px;
    height:95px;
    overflow:hidden;
}
#predict ul{
    padding: 0px 0px 0px 40px;
    margin:0px 40px 0px 199px;
    list-style:none;
}
#predict li a{
    padding:15px 20px 0px 20px;
    display:block;
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}
#predict li p{
    font-size:12px;
    margin:5px 0px 0px 0px;
    font-weight:normal;
    color:#3c3c3d;
}
#predict .btn_left{
    position:absolute;
    left:200px;
    top:0px;
    width:41px;
    height:96px;
    background:url("/images/revamp/predict_page.png") no-repeat #ededed;
    cursor:pointer;
}
#predict .btn_right{
    position:absolute;
    right:0px;
    top:0px;
    width:41px;
    height:96px;
    background:url("/images/revamp/predict_page.png") no-repeat -41px 0px #ededed;
    cursor:pointer;
}
#predict .btn_right.disabled,#predict .btn_left.disabled{
    background:#ededed;
    cursor:default;
}
@media screen and (max-width: 1000px) {
	#predict li a{
		font-size:12px;
                padding:10px 10px 0px 10px;
	}
        #predict li p{
            font-size:11px;
        }
        #predict label{
            padding:20px 5px 20px 15px;
            font-size:14px;
            width:110px;
        }
        #predict ul{
            margin-left:128px;
        }
        #predict .btn_left{
            left:130px;
        }
}
