#object_photo {
}
.gallery-preview {
	overflow:hidden;
	background-color:#231F20;
	width:475px;
	height:62px;
	position:relative;	
	top:-1px;
	margin:0px 0px 0px 30px;
}
	.gallery-preview .next, .gallery-preview .prev {
		width:10px;
		height:25px;
		position:absolute;
		top:20px;
		cursor:pointer;
	}
	.gallery-preview .next {
		right:5px;
		background:url("/i/b_next2.gif") 0 0 no-repeat;
	}
	.gallery-preview .prev {
		left:5px;
		background:url("/i/b_prev2.gif") 0 0 no-repeat;
	}
	.gallery-preview .next.disabled{
		background:url("/i/b_next2_0.gif") 0 0 no-repeat;
		cursor:default;
	}
	.gallery-preview .prev.disabled{
		background:url("/i/b_prev2_0.gif") 0 0 no-repeat;
		cursor:default;
	}
.gallery-preview ul {
	overflow:hidden;
	padding:0; margin:0;
	list-style:none;
	height:100px;
	zoom:1;
	display:block;
	width:10005px;
	list-style-image:none;
	border-top:0;
}
.gallery-preview-cont {
	zoom:1;
	margin:13px 0 0 30px;
	width:420px;	
	overflow:hidden;
	position:relative;	
	height:100px;
}

.gallery-preview li {
	float:left;
	background:none;
	width:60px;
	padding:0px;
	margin:0;
	height:100px;
}
.gallery-preview li a {
	position:relative;
	display:block;
	width:54px;
	height:40px;
}
.gallery-preview li a img {
	position:absolute;
	left:0;
	z-index:3;
	top:0;
	border:3px solid #ffffff;
	width:47px;
	height:35px;
}

.gallery-image-wrap {
	position:absolute;
	z-index:4;
	width:50px;
	height:40px;
	background:#000;
}

.gallery-cont-border{
	margin:0px 0px 20px 30px;
}

.gallery-cont {
	width:450px;
	height:338px;
}
.gallery-cont2 {
	width:450px;
	height:338px;
	overflow:hidden;
	position:relative;
}
.gallery-cont-wrapp {
	overflow:hidden;
	width:470px;
	position:absolute;	
}
.gallery-image {
	float:left;
	width:450px;

	text-align:center;
	overflow:hidden;
	height:338px;
}
