/* BASIC css start */
.productrecent ul {
    padding: 0 10px 10px 10px;
    height: 130px;
    overflow: hidden;
}
.productrecent ul li {text-align:center; border:1px solid #eee; margin-bottom:10px;}
.productrecent ul li a {}
.productrecent ul li a img {}


.today_tit {
    height: 20px;
    margin: 10px 0 0 0;
    padding: 0 10px;
}
.today_tit_left {
    display: inline-block;
    width: 45%;
    text-align: left;
    font-size: 11px;
    color: #999;
}
.today_tit_right { display:inline-block; width:53%; text-align:right;}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 200px;
height: 150px; 
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}
.stepcarousel .panel {
    float: left;
    overflow: hidden;
    margin: 5px 10px 10px 10px;
    width: 180px;
    height: 130px;
    text-align: center;
    border: 1px solid #eee;
}


#wings { position: absolute; right: 0px; top: 0px; width: 200px; z-index: 999999999999; border:1px solid #eee; background:#fff;}

/*
#wings .wing-list { margin-bottom: 12px; }
#wings .wing-list li { margin-bottom: 8px; }
#wings .today-views {background:#fff;}
#wings .today-views li { border-right: 1px solid #d1d1d1; border-left: 1px solid #d1d1d1; width: 80px; height: 80px; line-height: 80px; }
#wings .today-views li img { width: 100%; height: auto; vertical-align: middle; }
#wings .today-views .no-line { border: 0 none; width: auto; height: auto; line-height: inherit; }
*/
/* BASIC css end */

