/*  
Theme Name: The
Theme URI: http://theplant.cn
Description: A magazine-style theme for WordPress, available at <a href="http://theplant.web">ThePlant</a>.
Version: 1
Author: Arun
Author URI: http://theplant.cn

Please read the license in the README.txt included with the theme.
*/
.home_recent_work {
	float:left;
	width:130px;
}
.home_recent_work .home_recent_work_title {
	float:none;
}


#work_picture {
  width:350px;
  margin-top:2px;
  height: 250px
}
.our_work_content_img {
  float:left;
  margin-top:56px;
  width:505px;
}


#show_our_work_picture img {
	width: 350px;
	height:250px;
	margin-top:1px;
}
.home_recent_work ul {
  width:20px;
  margin-left:112px;
  margin-top:4px;
/*  margin-left:-40px;
  margin-top:-180px;*/
}
.home_recent_work ul li{
  display:block;
  list-style-type:none;
  background:transparent url("images/gray_icon.png") no-repeat scroll center bottom;
  width:20px;
  height:20px;
  cursor:pointer;
}
.home_recent_work ul li a{
  display:block;
  width:20px;
  height:20px;
  cursor:pointer;
}
.home_recent_work ul li.current {
	background:transparent url("images/blue_icon.png") no-repeat scroll center bottom;
}

.home_recent_work ul li a.current {
	background:transparent url("images/blue_icon.png") no-repeat scroll center bottom;
}

