@charset "gb2312";
/* fangtan */
#slider { width:900px; display:block; overflow:hidden; }
#slider li { width: 900px;display:block; background:url(../images/hrb_ft_bk.jpg)  no-repeat; }
#slider li div.ftnr{ width:320px; height:392px; display:block;  margin-left:510px; margin-top:50px; }
#slider li div.ftnr img{ width:320px; height:225px; display:block; text-align:center; }
#slider li div.ftnr h2{ width: 320px; height:30px; line-height:40px; display:block; font-size:14px; color:#222; }
#slider li div.ftnr p{ width: 320px; height:104px; line-height:26px; display:block; font-size:14px; color:#666; overflow:hidden; }
#slider li div.ftnr span{ width: 320px; height:30px; line-height:30px; display:block; font-size:14px; color:#a00; text-align:right; }
#slider li div.ftnr span a{  color:#a00; }

/*** Overall MovingBoxes Slider ***/
.mb-wrapper {    margin: 0 auto; position: relative; left: 0; top:20px; padding-bottom:20px;  }
.mb-slider, .mb-scroll { width:100%; height: 100%; overflow: hidden; margin: 0 auto; padding: 0; position: relative; left: 0; top: 0; /***(>'-')> Control Panel Font size here <('-'<)***/
font-size: 18px; }
.mb-active-slider { border-color:#000; }
.mb-slider .mb-panel { margin: 0; display: block; cursor: pointer; float: left; list-style: none; }
.mb-slider .mb-panel.current { cursor: auto; }
.mb-inside { width: 900px; height:420px;*height:460px;  }
/*** left&right  ***/
a.mb-scrollButtons { display: block; width: 45px; height: 58px; background: transparent url(../images/hrb_arrows.png) no-repeat; position: absolute; top:40%; /* if you change the arrow images, you may have to adjust this (1/2 height of arrow image) */ cursor: pointer; text-decoration: none; outline: 0; border: 0; }
a.mb-scrollButtons.mb-left { background-position: left top; left: -45px; }
a.mb-scrollButtons.mb-right { background-position: right top; right: -45px; }
a.mb-scrollButtons.mb-left:hover { background-position: left bottom; }
a.mb-scrollButtons.mb-right:hover { background-position: right bottom; }
a.mb-scrollButtons.disabled { display: none; }
/***bottom control ***/
.mb-controls { margin: 0 auto; text-align: center; position: relative; z-index: 100; }
.mb-controls a { color: #666; font: 18px/2.2 Georgia, Serif; display: inline-block; text-decoration: none; padding: 2px; margin: 0 5px 0 0; text-align: center; outline: 0; }
.mb-controls a:hover { color: black; }
.mb-controls a.current { color: #900; }
.mb-active-slider .mb-controls { }
