﻿@charset "utf-8";
#chs_bannerArea a{text-decoration:none;outline:none;color:#236297;}
#chs_bannerArea a:hover{ color:#f0891a;}

#chs_banners {min-width:900px; overflow:hidden; margin:0 auto;}
#chs_banners .banner{min-width:900px; text-align:center;}
#chs_banners .banner a{display:inline-block;}

#chs_takeTurns{
    width:100%;
    min-width:900px;
    background:#f4f4f4;
    height:26px;
    border-bottom:1px solid #d4d4d4;
    padding-top:10px;
}
#chs_takeTurns .turnsIcon{
    width:128px;
    height:13px;
    overflow:hidden;
    margin:0 auto;
    text-align: center;
}
#chs_takeTurns .turnsIcon a{
    margin:0;
    display: inline-block;
    width:12px;
    height:13px;
    overflow:hidden;
    text-indent: -999em;
    background: url(./point-bg.png) no-repeat;
}
#chs_takeTurns .turnsIcon a+a{
    margin-left:20px;
}
#chs_takeTurns .turnsIcon a.hover{
    background-position: 0 -16px;
}