/*
 * 功能：网站布局
 * 作者：Gavin
 * 创建时间：2008-10-27
 * 最后一次修改时间：2009-1-14 
---------------------------------*/

/* 外部容器
---------------------------------*/
#container {
width:980px;
margin:0 auto;
background:url(mainBg.gif);
}
/* 页头:header
---------------------------------*/
#headTop {
background: url(headBg.jpg) repeat-y 0 0;
position:relative;
height:87px;
}
/* logo */
#logo {
position:absolute;
left:50px;
top:16px;
}
#secondaryNav {
position:absolute;
right:50px;
top:30px;
text-align:right;
}
#secondaryNav li {
float:right;
display:inline;
height:20px;
}
#secondaryNav li img {
vertical-align:middle;
}
#secondaryNav li a {
font-size:14px;
height:20px;
line-height:20px;
color:#DBC599;
padding:0 8px;
background:url(secDiv.gif) no-repeat 0 50%;
}
#secondaryNav li a.first {
background:none;
}
#secondaryNav li a:hover {
text-decoration:underline;
}
/* banner */
#banner {
background:url(bannerBg.jpg) no-repeat 0 100%;
overflow:hidden;
width:900px;
margin:14px auto 16px;
padding:14px 16px 15px;
}
#banner img, #banner object {
float:left;
}
/* 主要内容区:main
---------------------------------*/
#main {
width:903px;
margin:0 auto 20px;
overflow: hidden;
text-align:left;
}
#mainInside {
width:932px;
margin:0 auto 20px;
overflow: hidden;
text-align:left;
}
/* sidebar */
#sidebar {
float:left;
width:199px;
}
/* content */
#content {
float:right;
width:709px;
}
/* 页脚
---------------------------------*/
#footer {
text-align:left;
background:url(headBg.jpg) repeat-y 0 0;
color:#F3E7C0;
padding:10px;
}
#footNav {
float:right;
text-align:right;
padding:10px 10px 0 0;
}
#footNav a {
color:#F3E7C0;
margin: 0 10px;
}
#footNav a:hover {
text-decoration:underline;
}
#copyright {
line-height:20px;
}
/* 首页模块
---------------------------------*/
#part1 {
padding:20px 0 30px;
}
#showcase {
float:left;
width:640px;
height:361px;
background:#FFF5DC;
}
#category {
float:right;
width:263px;
}
#category ul {
height:341px;
padding:10px 0;
background:#FEFAEE;
text-align:center;
}
#category ul li {
display:inline-block;
width:234px;
height:110px;
overflow:hidden;
margin-bottom:4px;
}
#category ul li a {
display:block;
height:90px;
padding:10px 0;
background:url(categoryListBg.jpg) no-repeat 0 0;
}
#category ul li a:hover {
background-position:0 -110px;
}
#category ul li a span {
display:block;
height:18px;
line-height:18px;
text-align:left;
padding-left:18px;
text-transform:uppercase;
}
.columLeft {
float:left;
width:196px;
}
.columRight {
float:right;
width:700px;
}
.box {
background:#FEFAEE;
border-left:1px solid #F0DBAE;
border-right:1px solid #F0DBAE;
border-bottom:2px solid #D7C59D;
}
#privilege {
float:left;
width:197px;
}
#privilege .content {
padding:10px;
}
#case, #promotion {
float:left;
width:312px;
}
#product, #news {
float:right;
width:378px;
}
#faq .title {
position:relative;
height:22px;
background:url(titleBg2.gif) repeat-x 0 0;
}
#promotion .title, #news .title {
position:relative;
height:22px;
background:url(titleBg.gif) repeat-x 0 0;
}
#part2 {
margin-bottom:4px;
}
#part3 {
height:153px;
overflow:hidden;
}
#login {
height:150px;
width:196px;
overflow:hidden;
}
#login li {
float:left;
width:100%;
margin-bottom:8px;
}
.submit {
padding-left:36px;
}
.submit a {
display:inline-block;
background:url(iconLock.gif) no-repeat 0 50%;
padding-left:20px;
}
#login form {
padding:10px;
}
#login .inputLogin {
width:120px;
vertical-align:middle;
}
#login .btnLogin {
border:none;
outline:none;
font-size:12px;
color:#78552D;
background:url(btnLogin.gif) no-repeat 0 0;
height:18px;
text-align:center;
width:58px;
cursor:pointer;
margin-left:5px;
}
#faq {
height:128px;
overflow:hidden;
padding-bottom:15px;
}
/* promotion */
#promotion {
height:293px;
}
#promotion li {
float:left;
width:280px;
height:61px;
display:inline;
border-bottom:1px solid #AA9C8F;
padding:13px 0;
margin:0 15px;
overflow:hidden;
}
.promotionImg {
float:left;
margin:0 10px 0 0;
}
#promotion li p {
margin:5px 0;
line-height:18px;
height:36px;
overflow:hidden;
}
#promotion li p a {
color:#AB2218;
}
#promotion li p a:hover {
text-decoration:underline;
}
#promotion li.lastItem {
border:none;
}
/* tabs */
#news .tabs li {
float:left;
width:125px;
overflow:hidden;
cursor:pointer;
}
#news .tabs li.active {
background:url(tabBg.gif) repeat-x 0 0;
border:1px solid #EBEBEB;
border-width:0 1px;
width:126px;
}
.tabContent {
display:none;
padding:0 15px;
}
#faq .tabs li {
float:left;
height:22px;
width:92px;
}
#faq .tabs li.active {
background:url(tabBg2.gif) no-repeat 0 0;
}
/* caseList */
#scrollShow {
margin:0 auto;
}
#case .content {
width:312px;
position:relative;
height:132px;
}
.caseList li {
padding:22px 4px;
}
.btnPrev, .btnNext {
background-image:url(btnArrow.png);
background-repeat:no-repeat;
width:12px;
height:38px;
position:absolute;
top:45px;
z-index:100;
}
.btnPrev {
backgroun-position:0 0;
left:10px;
}
.btnNext {
background-position:0 -76px;
right:10px;
}
.btnPrev:hover {
background-position:0 -38px;
}
.btnNext:hover {
background-position:0 -114px;
}
#product {
text-align:center;
}
#marqueeDemo {
width:378px;
margin:22px auto; height:106px; overflow:hidden; position:relative;

}
#marqueeDemo li { float:left ; height:106px; width:136px; text-align:center;}
#marqueeDemo a {
	 display:block; margin:0 auto; width:122px;
}
#marqueeDemo img {
width:122px;
height:88px;
}
/* 侧栏菜单
---------------------------------*/
#subNav {
margin-bottom:20px;
}
#subNav h2 {
height:39px;
line-height:39px;
text-align:left;
font-size:14px;
background:url(topicTitleBg.jpg) no-repeat 0 0;
overflow:hidden;
padding-left:46px;
margin-bottom:10px;
}
#subNav ul li {
font-size:14px;
width:100%;
float:left;
background:url(listDiv01.gif) no-repeat 50% 100%;
}
#subNav ul li li {
font-size:12px;
background-position:50% 0;
}
#subNav ul ul {
display:none;
padding-left:16px;
}
#subNav ul li a {
line-height:14px;
display:block;
color:#844514;
background:url(listIcon06.gif) no-repeat 95% 50%;
padding:10px 0 10px 20px;
}
#subNav ul li a.active {
color:#f00;
background-image:url(listIcon07.gif);
}
#subNav ul li.current a {
color:#f00;
}
#subNav ul li a:hover {
color:#000;
}
#subNav ul li li a {
background-image:url(listIcon01.gif);
background-position:0 50%;
color:#3E2F21;
}
#subNav ul li li a:hover {
color:#f00;
}
#subNav ul li li li a {
background-image:url(listIcon03.gif);
}
/* 内页内容区
---------------------------------*/
#quickChannel {
padding:10px;
text-align:center;
}
#quickChannel a {
display:inline-block;
margin:4px 0;
}
#function {
line-height:22px;
padding:20px;
border-top:4px solid #A17854;
min-height: 540px;
height: auto !important;
height: 540px;
overflow: visible;
}
#mainTitle {
height:39px;
line-height:39px;
overflow:hidden;
position:relative;
background:url(mainTitleBg.gif) no-repeat 0 1px;
}
#mainTitle h2 {
padding-left:120px;
}
#mainTitle span {
position:absolute;
right:10px;
top:0;
font-family:Verdana, Geneva, sans-serif;
}
#search {
padding:20px;
}
#search .inputSearch {
width:120px;
vertical-align:middle;
padding:2px;
}
#search .btnSearch {
width:20px;
height:20px;
cursor:pointer;
border:none;
outline:none;
vertical-align:middle;
background:url(btnSearch.gif) no-repeat 0 0;
}
#search .idleField {
border-color:#C3915E;
}
#cateInfo {
background:url(div.gif) no-repeat 50% 100%;
padding-bottom:25px;
margin-bottom:10px;
}
#cateInfo img {
float:left;
margin:0 20px 10px 0;
}
#cateInfo h3 {
color:#844514;
font-size:14px;
}
#cateInfo p {
line-height:20px;
margin:5px 0;
}
/* category */
.category li {
float:left;
width:100%;
padding:30px 0;
background:url(div.gif) no-repeat 50% 100%;
}
.category li .categoryImg {
float:left;
width:206px;
}
.category li .categoryImg img {
width:198px;
padding:3px;
border:1px solid #CCC4BB;
background:#fff;
}
.category li dl {
width:410px;
float:right;
}
.category dt {
font-size:14px;
color:#844514;
font-weight:bold;
padding:5px 0 10px 0;
}
.category dd {
float:left;
padding:5px 15px 5px 0;
}
.category dd a {
display:inline-block;
background:url(listIcon05.gif) no-repeat 0 50%;
white-space:nowrap;
padding-left:15px;
}
/* show */
#show {
background:#282828;
}
#showNav {
background:url(showNavBg.gif) repeat-x 0 0;
height:27px;
padding-top:7px;
text-align:center;
}
#showNav ul {
height:27px;
margin:0 auto;
background:url(showNavDiv.gif) no-repeat 0 0;
margin-left:130px;
padding-left:3px;
}
#showNav li {
float:left;
padding-right:3px;
background:url(showNavDiv.gif) no-repeat 100% 0;
}
#showNav li a {
display:block;
padding:0 70px;
}
#showNav li a:hover, #showNav li a.current {
background:url(showNavBg2.gif) repeat-x 0 0;
}
#showImages {
border-top:5px solid #797979;
border-bottom:1px solid #303030;
padding-bottom: 20px;
overflow:hidden;
position:relative;
}
#menubar {
float: left;
width:177px;
background:#4C4C4C;
}
/* mac hide \*/
* #btnMenu {
height:1px;
position:relative;
}
/* end hide */
#btnMenu {
background:url(btnMenu.gif) no-repeat 0 0;
width:20px;
height:62px;
float:right;
margin:10px -20px 0 0;
display:block;
cursor:pointer;
}
#menubar ul {
padding-top:10px;
}
#menubar ul ul{
    padding:0 0 0 15px;}
#menubar li {
float:left;
width:100%;
background:url(listDiv03.gif) repeat-x 0 100%;
padding-bottom:2px;
}
#menubar li a {
color:#fff;
font-size:14px;
font-weight:bold;
background:url(listIcon09.gif) no-repeat 10px 50%;
padding-left:30px;
height:36px;
line-height:36px;
}
#menubar li a:hover, #menubar li.current a {
color:#ff0;
}
#menubar li li {
background:none;
padding:0;
}
#menubar li li a {
font-size:12px;
font-weight:normal;
height:24px;
line-height:24px;
background:url(listIcon10.gif) no-repeat 20px 50%;
padding-left:40px;
}
#menubar li li li a{
    background-image:url(listIcon20.gif);} 
    #proImages {
    float: right;
    width: 803px;
    }
/*#largeImage {
    overflow:hidden;
text-align:right;
border:3px solid #717171;
border-width:0 3px 3px;
}*/
#largeImage, #largeImage2 {
padding-top:20px;
text-align:center;
overflow:hidden;
}
#largeImage img, #largeImage2 img {
margin:0 auto;
border:3px solid #727272;
width: 700px;
}
#largeImage2 span {
font-size:14px;
color:#fff;
display:block;
height:40px;
line-height:40px;
}
#thumbnails {
text-align:center;
}
#thumbnails .content {
width:654px;
position:relative;
height:124px;
margin:0 auto;
}
#thumbnails li {
padding:25px 4px;
width:100px;
}
#thumbnails .btnPrev, #thumbnails .btnNext {
background-image:url(btnArrow2.png);
background-repeat:no-repeat;
width:16px;
height:25px;
position:absolute;
top:50px;
z-index:100;
}
#thumbnails .btnPrev {
backgroun-position:0 0;
left:-30px;
}
#thumbnails .btnNext {
background-position:0 -50px;
right:-30px;
}
#thumbnails .btnPrev:hover {
background-position:0 -25px;
}
#thumbnails .btnNext:hover {
background-position:0 -75px;
}
#btnBack {
text-align:right;
padding-right:60px;
}
/* 产品列表
---------------------------------*/
.productList {
text-align:center;
}
.productList li {
width:33.3%;
float:left;
padding:10px 0;
text-align:center;
}
.productList a {
display:inline-block;
margin:0 auto;
}
.productList a img {
border:#F3ECD3 3px solid;
}
.productList a:hover img {
border-color:#844514;
}
.productList a span {
color:#333;
font-family:Verdana, Geneva, sans-serif;
display:block;
cursor:pointer;
overflow:hidden;
text-align:center;
line-height:20px;
height:40px;
margin:4px auto 0;
}
.productList a:hover span {
text-decoration:underline;
color:#844514;
}
.productList02 li {
padding:22px 0;
}
.productList02 li a img {
border:none;
width:114px;
height:85px;
}
.productList03 li {
width:24.9%; 
}
.productList03 li em{
display:inline-block; 
cursor:pointer;
background:url(caseBg.gif) no-repeat 0 0;
}
.productList03 li em img{
padding:14px; 
border:none; 
width:100px; 
background:url(caseBg.gif) no-repeat 100% 100%
}
.subTitle{
    font-size:14px;
    background:#FAE6B5 url(subTitleBg.gif) repeat-y 100% 0;
    height:24px;
    line-height:24px;
    padding-left:10px;
    margin-top:20px;
    }
    .application li{
        float:left;
        width:33.3%;
        margin:10px 0;
        text-align:center;}
        .application li span{
            display:block;
            }
            .application a img {
border:#F3ECD3 3px solid;
}
.application a:hover img {
border-color:#844514;
}
/* 新闻列表
---------------------------------*/
.newsList {
margin:0 auto;
}
.newsList li {
float:left;
line-height:14px;
position:relative;
text-align:left;
width:100%;
padding:10px 0;
}
.newsList li a {
background:url(listIcon01.gif) no-repeat 0 0;
*background-position:0 -2px;
padding-left:20px;
}
.newsList li span {
color:#999;
position:absolute;
right:10px;
}
.newsList02 {
margin-top:5px;
}
.newsList02 li {
background:url(listDiv01.gif) no-repeat 0 100%;
padding:6px 0;
}
.newsList02 li a {
display:block;
background-position:4px 0;
*background-position:4px -2px;
word-break:break-all;/*设置或检索对象内文本的字内换行行为。尤其在出现多种语言时（当前任意字内断开并换行，这杨不会出现半个字情况）*/
height:14px;/*设置了高度，CSS才知道文本是否超出了容器换行*/
overflow:hidden;/*隐藏超出的部分*/
text-overflow:ellipsis;
*white-space:nowrap;
width:146px;
}
.newsList03 li {
border-bottom:1px dashed #AA9C8F;
padding:9px 0;
}
.newsList03 li a {
background:none;
padding:0;
}
.newsList03 li em {
font-style:normal;
margin-right:10px;
}
.newsList03 li.lastItem {
border:none;
}
.newsList04 li {
background:url(listDiv02.gif) repeat-x 0 100%;
}
.newsList04 li a {
background-image:url(listIcon08.gif);
font-size:14px;
}
.newsList04 li span {
color:#666;
}
/* 分页
---------------------------------*/
.pagination {
height:22px;
padding:30px 0;
}
.pagination span, .pagination a {
background:#fff;
border:1px solid #D5C7B9;
display:inline;
float:left;
height:20px;
line-height:20px;
margin-right:4px;
padding:0 8px;
}
.pagination a:hover {
border-color: #C3915E;
background:#FFF2E5;
color:#C3915E;
}
.pagination .current {
border:none;
color:#f00;
font-weight:bold;
}
.pagination .pr_off, .pagination .nt_off {
color:#D5C7B9;
}
/* 提问功能、招聘功能
---------------------------------*/
.jobList h3{
    background:#F1E2BC;
    height:24px;
    line-height:24px;
    font-size:14px;
    padding-left:10px;}
.questionList dt, .jobList dt {
font-weight:normal;
margin-top:10px;
padding:1px 10px;
cursor:pointer;
border:1px solid #FEFAEE;
border-width:1px 1px 0;
}
.questionList dt.active, .jobList dt.active {
    border-color:#FAE6B4;
    background:#fff;
    }
    .questionList dt.active span, .jobList dt.active span{color:#f00;}
.questionList dt span, .jobList dt span {
cursor:pointer;
font-weight:bold;
margin:0 4px;
}
.questionList dd, .jobList dd {
border:#FAE6B4 1px solid;
border-width:0 1px 1px;
padding:6px 10px;
display:none;
background:#fff;
}
/* 视频列表
---------------------------------*/
td.videoList a {
background:#fff url(videoIcon.jpg) no-repeat left 50%;
padding-left:25px;
}
div.videoShow {
text-align:center;
background:#fff;
border:solid 1px #eee;
width:80%;
padding:10px;
margin:0 auto;
}
div.videoShow h4 {
width:80%;
margin:0 auto;
background:url(videoIcon.jpg) no-repeat left 50%;
text-align:left;
padding-left:25px;
font-size:14px;
height:50px;
line-height:50px;
}
#mainContentSearch {
margin:30px;
}
.searchTitle {
border:1px solid #ddd;
border-width:1px 0;
padding:0 10px;
line-height:22px;
background:#f8f8f8;
}
.searchTitle a {
background:url(listImg.gif) no-repeat right 50%;
padding-right:10px;
}
#mainContentSearch strong {
padding-left:2em;
}
.resultTopicTitle {
}
#mainContentSearch .newsList {
width:100%;
}
/* 网站地图
---------------------------------*/
#webmap {
padding-bottom:20px;
}
#webmap dt {
color:#975317;
float:left;
height:19px;
line-height:19px;
margin-top:20px;
width:100%;
}
#webmap dt .dtBg01 {
background:url(webmapBg.gif) no-repeat 100% top;
float:left;
}
#webmap dt .dtBg02 {
background:url(webmapBg.gif) no-repeat 0 -38px;
float:left;
line-height:19px;
padding:0 10px;
}
#webmap dd {
float:left;
height:19px;
line-height:19px;
margin:4px 3px 0 0;
}
#webmap dd a {
background:url(webmapBg.gif) no-repeat 100% -19px;
float:left;
}
#webmap dd a span {
background:url(webmapBg.gif) no-repeat 0 -57px;
cursor:pointer;
float:left;
line-height:19px;
padding:0 10px;
white-space:nowrap; /* 强制不换行 */
}
#webmap dd a:hover {
background-position:100% 0;
}
#webmap dd a:hover span {
background-position: 0 -38px;
color:#975317;
}
/* 新闻详细页
---------------------------------*/
.article {
    overflow:hidden;
    width:667px;}
.article h3 {
border-bottom:1px solid #FAE6B5;
font-size:14px;
line-height:28px;
text-align:center;
}
.article .newsDate {
line-height:22px;
margin-bottom:16px;
text-align:center;
}
/* 相关新闻
---------------------------------*/
.relatedNews {
padding:10px;
}
.relatedNews h3 {
font-size:14px;
margin-bottom:8px;
}
.relatedNews a {
background:url(listIcon06.gif) no-repeat 0 50%;
line-height:22px;
padding-left:20px;
}
/* 产品详细页
---------------------------------*/
#productDetails {
margin:20px auto;
text-align:center;
}
#productDetails th h3 {
text-align:center;
font-size:12px;
line-height:22px;
}
#productDetails .column01 {
text-align:right;
width:20%;
}
.productDetails .column02 {
text-align:left;
width:80%;
}
#productDetails h3 {
font-size:14px;
line-height:30px;
text-align:center;
}
.proImg {
padding:10px;
text-align:center;
}
/* 表单：左标签等宽右对齐
---------------------------------*/
fieldset {
border:none;
padding-left:120px;
}
fieldset legend {
font-weight:bold;
height:40px;
line-height:40px;
*margin-left:-7px;
}
fieldset ol {
list-style: none;
margin-top: 1em;
}
fieldset li {
display:inline;
float: left;
padding-bottom: 1em;
width: 100%;
}
fieldset li label {
float: left;
line-height:20px;
margin-right:1em;
text-align: left;
}
fieldset li span {
display:inline;
float:left;
line-height:18px;
margin-left:10px;
width:8em;
}
fieldset input.text, fieldset textarea {
display:inline;
float:left;
font:12px Arial, Helvetica, sans-serif;
outline:none;
padding:2px;
width:300px;
}
fieldset em {
float:left;
text-align:center;
width:7px;
}
fieldset input.text2 {
width:42px;
}
fieldset input.text3 {
width:145px;
}
fieldset textarea {
height:8em;
}
fieldset li img {
vertical-align:baseline;
}
.focusField {
border:solid 2px #745239;
background:#FEFBF9;
color:#000;
padding:2px;
}
.idleField {
background:#fff;
color: #6F6F6F;
padding:2px;
border: solid 2px #E8E7E5;
}
/* activityForm */
p.activityInfo{
    font-size:14px;
    width:580px;
    margin:20px auto;}
    .hilight_red{
        color:#f00;}
        #activityForm {
            background:#fff;
            width:580px;
            margin:0 auto;
            padding-bottom:30px;}
        #activityForm h3{
            font-size:12px;
            font-weight:bold;
            color:#fff;
            background:#403023;
            height:24px;
            line-height:24px;
            padding:0 20px;}
             
                 #activityForm form{
                     margin:20px 40px 30px 40px;
                     background:url(labelBg.gif) repeat-y 0 0;}
                     #activityForm fieldset{
                 padding:0;}
                 #activityForm li{
                     padding:9px 0;
                     border-bottom:1px solid #E1E1E1;}
                     #activityForm form label{
                         padding-left:44px;
                         font-size:14px;
                         }
/* 默认按钮样式
---------------------------------*/
.pageNav {
margin:20px 0;
text-align:center;
}
.button, .pageNav a {
background:url(btnBg.gif) no-repeat 0 -48px;
display:inline-block;
height:24px;
line-height:14px;
margin:0 10px 0 0;
overflow:hidden;
padding-left:4px;
}
.button input, .pageNav a span {
background:url(btnBg.gif) no-repeat 100% 0;
float:left;
border:none;
color:#666;
cursor:pointer;
font-size:12px;
display:inline;
height:24px;
line-height:24px;
outline:none;
white-space:nowrap; /* 强制不换行 */
*overflow:visible;  /*IE中input的padding值随长度变长增加bug */
padding:0 15px 0 11px;
}
.button:hover, .pageNav a:hover {
background-position:0 -72px;
}
.button:hover input, .pageNav a:hover span {
background-position:100% -24px;
color:#1D7BC4;
}
/* 会员功能
---------------------------------*/
#member {
position:relative;
width:100%;
}
.btn {
float:left;
height:24px;
line-height:24px;
margin-right:10px;
}
/*会员功能工具条
---------------------------------*/
.toolbar {
position:absolute;
right:0;
text-align:right;
top:0;
background:#fff;
}
#toolbarHandler {
text-align:center;
position:absolute;
right:0;
top:0;
border:1px solid #C1D7E4;
border-width:1px 2px 1px 1px;
height:24px;
line-height:24px;
overflow:hidden;
width:80px;
}
#toolbarHandler img, .toolbar ul a img {
vertical-align:middle;
}
#toolsList {
text-align:left;
display:none;
}
.toolbar ul {
border:1px solid #C1D7E4;
border-width:1px 2px 1px 1px;
padding-top:25px;
width:150px;
}
.toolbar ul li {
float:left;
width:100%;
border-bottom:1px solid #C1D7E4;
}
.toolbar ul a {
display:block;
height:34px;
line-height:34px !important;
overflow:hidden;
}
.pageMessage{
    text-align:right;
    padding:20px;
    line-height:18px;}
/* 弹出客服离线 */
#popup {
width:74px; 
height:179px; 
position:absolute; 
top:300px;
right:10px;
z-index:1000;
}
#popupMain {
background:url(btnFeedback.png) no-repeat 0 0;
float:right;
width:55px; 
height:179px; 
}
#btnClose {
display:block; 
width:19px; 
height:19px; 
float:left;
margin-top:24px; 
background:url(btnClose.png) no-repeat 0 0;
cursor:pointer;
}
#marqueeDemoUl li{
display:inline; float:left; width:135px; overflow:hidden; text-align:center
}
