#object_photo {
}
.gallery-preview {
	overflow:hidden;
	width:607px;
	height:134px;
	position:relative;
	background-color:#ECE0E8;
	margin:0px 0px 30px 0px;
}
	.gallery-preview .next, .gallery-preview .prev {
		width:31px;
		height:76px;
		position:absolute;
		top:0px;
		cursor:pointer;
	}
	.gallery-preview .next {
		right:3px;
		background:url("/i/b_next.gif") 0 0 no-repeat;
		top:30px;
	}
	.gallery-preview .prev {
		left:5px;
		top:30px;
		background:url("/i/b_prev.gif") 0 0 no-repeat;
	}
	.gallery-preview .next.disabled{
		background:url("/i/b_next1.gif") 0 0 no-repeat;
		cursor:default;
	}
	.gallery-preview .prev.disabled{
		background:url("/i/b_prev1.gif") 0 0 no-repeat;
		cursor:default;
	}

	.gallery-preview .gal_prev_l, .gallery-preview .gal_prev_r {
		width:20px;
		height:134px;
		position:absolute;
	}
	.gallery-preview .gal_prev_l{
		background:url("/i/gal_prev_l.gif") 0 0 no-repeat;
		position:absolute;
		top:0px;
	}
	.gallery-preview .gal_prev_r{
		background:url("/i/gal_prev_r.gif") 0 0 no-repeat;
		position:absolute;
		top:0px;
		left:587px;
	}

.gallery-preview ul {
	overflow:hidden;
	padding:0px 0px 0px 0px;
	margin:14px 0px 0px 0px;
	list-style:none;
	height:106px;
	zoom:1;
	display:block;
	width:10005px;
	list-style-image:none;
	border-top:0;
}
.gallery-preview-cont {
	zoom:1;
	margin:0px 0 0 46px;
	width:513px;	
	overflow:hidden;
	position:relative;	
	height:136px;
}

.gallery-preview li {
	float:left;
	background:none;
	width:162px;
	height:106px;
	padding:0px;
	margin:0px 13px 0px 0px;
}
.gallery-preview li a {
	position:relative;
	display:block;
	width:162px;
	height:106px;
}
.gallery-preview li a img {
	position:absolute;
	left:0;
	z-index:3;
	top:0;
	/*border:3px solid #ffffff;*/
}

.gallery-image-wrap {
	position:absolute;
	z-index:4;
	width:50px;
	height:50px;
	background:#000;
}

.gallery-cont-border{
	margin:0px 0px 20px 0px;
}

.gallery-cont {
	width:608px;
	height:349px;
}
.gallery-cont2 {
	width:608px;
	height:349px;
	overflow:hidden;
	position:relative;
}
.gallery-cont-wrapp {
	overflow:hidden;
	width:607px;
	position:absolute;	
}
.gallery-image {
	float:left;
	width:608px;

	text-align:center;
	overflow:hidden;
	height:349px;
}