#index_works {
  width: 970px;
  margin: 0;
  padding-top: 65px;
  background: url(../images/index/works_title.png) no-repeat 0 0;
  clear: both;
}
#index_works .more {
  position: absolute;
  right: 19px;
  top: 11px;
}
#index_works .more a {
  width: 80px;
  height: 26px;
  display: block;
  background: url(../images/index/more.png) no-repeat 0 0;
}
#index_works .more:hover a {
  background: url(../images/index/more_.png) no-repeat 0 0;
}
#index_works .left {
  position: absolute;
  left: 0px;
  top: 65px;
}
#index_works .left a {
  width: 36px;
  height: 253px;
  display: block;
  background: url(../images/index/works_left.png) no-repeat 0 0;
}
#index_works .left:hover a {
  background: url(../images/index/works_left_.png) no-repeat 0 0;
}
#index_works .right {
  position: absolute;
  right: 8px;
  top: 65px;
}
#index_works .right a {
  width: 36px;
  height: 253px;
  display: block;
  background: url(../images/index/works_right.png) no-repeat 0 0;
}
#index_works .right:hover a {
  background: url(../images/index/works_right_.png) no-repeat 0 0;
}
#index_works ul {
  margin-left: 55px;
  height: 253px;
}
#index_works ul li {
  float: left;
  margin-right: 18px;
  width: 200px;
  height: 253px;
  background: #F5F1EB;
}
#index_works ul li .pic {
  margin-bottom: 15px;
}
#index_works ul li .pic img {	/*
  width: 200px;
  height: 150px;	*/
}
#index_works ul li .title {
  font-size: 14px;
  margin: 0 15px 10px 15px;
}
#index_works ul li .title a {
  color: #74432E;
  text-decoration: none;
  background: url(../images/index/title_bg_.jpg) no-repeat 0 bottom;
  padding-bottom: 3px;
}
#index_works ul li .text {
  font-size: 13px;
  line-height: 150%;
  margin: 0 15px;
}
#index_works ul li .text a {
  color: #6A6A6A;
  text-decoration: none;
}
#index_works ul li:hover {
  background: #DFD9D9;
}
#index_works ul li:hover .title a {
  color: #B22C00;
  background: url(../images/index/title_bg.png) no-repeat 0 bottom;
}
#index_works ul li:hover .text a {
  color: #3D3D3D;
}
#carousel_menu{
	margin-left:54px;
}
#index_works .left,#index_works .right{
	cursor:pointer;
}