.track {
  width: 100%;
  position: relative;
}
.view-port, .track .inner {
  width: 715px;
}
.view-port {
  overflow: hidden;
  position: relative;
}
.track .inner {
  position: relative;
  margin: auto;
}
.title_html{
	width:718px;
	height:38px;
	line-height:38px;
	background-image:url(images201408211533.jpg);
}
.title_html_left{
	float:left;
	display:inline;
	width:359px;
	font-size:15px;
	color:#343434;
	font-family:"微软雅黑";
	font-weight:normal; 
}
.title_html_left span{
	display:inline-block;
	width:119px;
	height:38px;
	line-height:35px;
	text-align:center;
	background-image:url(images201408211508.jpg);
	color:#FFF;
}
.title_html_rigth{
	float:right;
	width:359px;
	height:33px;
	padding-top:5px;
	text-align:right;
	background-color:#333;
}
.title_html_right_top{
	padding-top:5px;	
}
.track a.prev,.track a.next{
  float:right;
  width:24px;
  height:25px;
  line-height:25px;
  margin-left:5px;
  margin-right:5px;
  background: url("imagesleftimg.jpg");
}
.track a.next {
	background: url("imagesrightimg.jpg");	
}


/*
.track a.prev.disabled,
.track a.next.disabled {
  
}
.track a.prev {
  left: 0;
  background-position: 0 0;
}

.track a.prev:hover {
  background-position: 0 -66px;
}

.track a.prev:active {
  background-position: 0 -132px;
}

.track a.next {
  right: 0;
  background-position: -64px 0;
}

.track a.next:hover {
  background-position: -64px -132px;
}

.track a.next:active {
  background-position: -64px -198px;
}*/

.slider-container {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
}

/*.slider-container.big {
  height: 288px;
}

.slider-container.huge {
  height: 200px;
}*/

.slider-container .item {
  position: absolute;
  width: 718px;
  height: 200px;
  overflow:hidden;
  padding-left:10px;
  padding-top:10px;
}
.slider-container .item img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

/*.slider-container .item img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid white;
}

.slider-container.big .item,
.slider-container.big .item .img-area {
  height: 288px;
}

.slider-contaiber.huge .item {
  margin-bottom: 12px;
}

.slider-container .item p {
  padding: 0;
  margin: 0;
}

.slider-container .item.cover {
  width: 940px;
}

.slider-container .item.cover-2 {
  height: 432px;
}

.slider-container .item.cover img {
  float: left;
}

.slider-container .item.cover-2 img {
  float: none;
}

.slider-container .item.cover .img-area {
  float: right;
  margin-left: 16px;
}

.slider-container .item.cover-2 .img-area {
  float: none;
  margin-left: 0;
  margin-top: 12px;
}

.slider-container .item.cover-2 .img-area .img-block:first-child {
  margin-right: 14px;
}

.slider-container .item.cover .img-block {
  height: 128px;
}

.slider-container .item.cover-2 .img-block {
  float: left;
}

.img-block {
  margin-bottom: 25px;
  background-color:#C0C;
}
*/
/*.editorial {
  float: right;
  width: 200px;

  padding-right: 20px;
  height: 272px;
  background: white;
}

.editorial .title {
  font-size: 24px;
  margin: 20px 0 0 20px;
}

.editorial .desc {
  font-size: 14px;
  line-height: 18px;
  padding-top: 8px;
  margin-left: 20px;
}

.side-a, .side-b {
  float: left;
  width: 462px;
}

.side-a {
  margin-right: 16px;
}

.side-a > img, .side-b > img {
  width: 462px;
  height: 272px;
}
*/
.bullet-pagination {
  float:right;
}

.bullet,.active{
  display:inline-block;
  width:24px;
  height:25px;
  line-height:25px;
  margin-left:5px;
  margin-right:5px;
  text-align:center;
  cursor:pointer;
  background-image:url(imagesnumberimg.jpg);
}
.active{
	color:#FFF;
	font-weight:bold;
	background-image:url(imagesnumberimgselect.jpg);
}