﻿#subject {
    width:900px;
  	height:73px;
  	background-image:url(subject_bg.gif);
	margin:1px auto 13px;
}

#s_left {
    width:25px;
	height:73px;
    background-image:url(subject_left.gif);
	float:left;
}

#s_right {
    width:25px;
	height:73px;
    background-image:url(subject_right.gif);
	float:right;
}

#marquee ,#marquee li {
    padding:0;
    margin:0;
}
  
#marquee {
    position:relative;
    display:block;
    list-style:none;
    height:55px;
    margin-top:9px;
    width:850px;
    overflow:hidden;
    float:left;
}
  
#marquee li {
    position:absolute;

}
  
#marquee a {
    float:left;/*新增加*/
    border:#B1D3D9 solid 1px;
}
  
#marquee img {
    display:block;
    border:0;
}
  
#marquee a {
      margin-left:18px;
}
