.photo_box {
	display: block;
	float: left;
	width: 190px;
	height: 220px;
	overflow: hidden;
	margin: 5px 5px 5px 5px;
}


img {
	margin: 0;
	padding: 0;
	border: none
  position: absolute;
  clip: rect(50px,190px,220px,50px)
}
.img_border {
	background: #fff;
	padding: 4px;
	border: 1px solid #ccc
}
.img_nom {
	display: block;
	margin-bottom: 15px
}
.img_fl {
	float: left;
	margin: 3px 15px 5px 0
}
.img_fr {
	float: right;
	margin: 3px 0 5px 15px
}
.left {
	float: left
}
.right {
	float: right
}


#image_gallery {
}
#image_gallery li {
	width: auto;
	height: auto;
	float: left;
	background: none;
	margin: 5px 5px 5px 5px;
}
#image_gallery li a {
	display: block;
}
#image_gallery li a img {
}
#image_gallery li.no_margin_right {
	margin-right: 0
}

.photo_section {
	position: relative;
	float: left;
	width: 1000px;
	height: 800px;
  background: url(../images/bg_content02.png);
	margin-right: 20px;
}

.photo_section a.shome_btn {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 53px;
	height: 54px;
	display: block;
	background: url(../images/home_btn.png);
	/* text-indent: -10000px */
}
.photo_section  a.spage_nav_btn {
	position: absolute;
	display: block;
	width: 76px;
	height: 28px;
	line-height: 24px;
	font-weight: 700;
	bottom: 20px;
	text-align: center;
	background: url(../images/nav_btn.png) left center no-repeat
}
.photo_section  a.sprevious {
	  left: 5px;
    color: #000000;
}
.photo_section  a:hover.sprevious {
	   left: 6px;
    color: #7AFFFE;
}
.photo_section  a.snext {
	  right: 5px;
    color: #000000;
}
.photo_section  a:hover.snext {
	  right: 6px;
    color: #7AFFFE;
}