/*  
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.
*/

.our_work_content_img {
  float:left;
  margin-top:56px;
  width:505px;
}

.show_work_content {
	font-size:12px;
	clear:both;
}
.work_picture {
	width: 505px;
	height:415px;
}

#show_our_work_picture img {
	width: 505px;
	height:415px;
}
#show_our_work_picture ul {
margin-top:10px;
margin-left:-6px;
display:block;
}
#show_our_work_picture ul li{
	float:left;
  display:block;
  list-style-type:none;
  background:transparent url("images/gray_icon.png") no-repeat scroll center bottom;
  width:20px;
  height:20px;
  cursor:pointer;
}
#show_our_work_picture ul li.current {
	background:transparent url("images/blue_icon.png") no-repeat scroll center bottom;
}

