div.section {
    padding: 10px;
    border: 0 solid;
    width: 933px;
    overflow: auto;
    background: url(img/bg_news_v.png) repeat-x bottom !important
    }
div.newsItemList {
    border: 0 solid;
    float: left;
    padding: 5px;
    /*overflow:auto;*/
    /*http://ithelp.ithome.com.tw/question/10000649*/
    min-height: 170px;
    height: auto !important;
    height: 170px
    }
div.newsItemList .header {
    background: url(img/yellowbullet.gif) left no-repeat;
    padding-left: 18px;
    font: bold 13px Arial;
    color: #000090;
    margin-bottom: 10px
    }
.rightDotLine {
    padding: 0;
    background: url(img/css_dotted_line.png) repeat-y right
    }
.leftDotLine {
    padding-left: 10px !important;
    background: url(img/css_line.png) repeat-y left
    }
.newsSection {
    /*background: url(img/bg_news.png) repeat-y left !important;*/
    }
.newsSection .header {
    font: bold 13px Arial !important;
    /*
    	color:#5193C5 !important;
    	*/
    }
.infoBase {
    overflow: auto;
    width: 100%;
    margin-top: 20px;
    float: left
    }
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
    /* required settings */
    position: relative;
    overflow: hidden;
    width: 138px;
    height: 134px;
    background: #8FC3EA
    }
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
    /* this cannot be too large */
    width: 20000em;
    position: absolute;
    padding-top: 5px;
    height: 100%
    }
/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
    float: left
    }
.nav {
    height: 134px;
    width: 23px;
    float: left;
    cursor: pointer
    }
.nav.left {
    background: url(img/leftArrow.gif) no-repeat center center #6DA7D5
    }
.nav.right {
    background: url(img/rightArrow.gif) no-repeat center center #6DA7D5
    }
.projContent {
    float: left;
    padding-left: 5px;
    background: #8FC3EA
    }
.item {
    margin-right: 5px;
    background: #fff;
    width: 134px;
    height: 124px;
    overflow: hidden;
    font: 10px Arial;
    line-height: 12px;
    cursor: pointer
    }
.item a {
    text-decoration: none;
    color: #000090
    }
.item span {
    color: #000090;
    margin: 0 2px 0 2px;
    display: none
    }
.item img {
    margin-top: 2px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    height: 80px
    }
.item div {
    margin-left: 2px;
    margin-top: 0;
    font: 11px Arial
    }
.disabled {
    background: #6DA7D5 !important
    }