#object_photo {
}
.gallery-preview {
	width:680px;
	height:134px;
	position:relative;
	padding:0px 0px 0px 40px; //padding:0px 60px 0px 60px;
}
	.gallery-preview .next, .gallery-preview .prev {
		width:18px;
		height:26px;
		position:absolute;
		top:55px;
		cursor:pointer;
	}
	.gallery-preview .next {
		right:-16px; //right:20px;
		background:url("/i/models_scroll_next.gif") 0 0 no-repeat;
	}
	.gallery-preview .prev {
		left:5px; //left:10px;
		background:url("/i/models_scroll_prev.gif") 0 0 no-repeat;
	}
	.gallery-preview .next.disabled{
		background:url("/i/models_scroll_next1.gif") 0 0 no-repeat;
		cursor:default;
	}
	.gallery-preview .prev.disabled{
		background:url("/i/models_scroll_prev1.gif") 0 0 no-repeat;
		cursor:default;
	}

	.gallery-preview .gal_prev_l, .gallery-preview .gal_prev_r {
		width:18px;
		height:26px;
		position:absolute;
	}
/*	.gallery-preview .gal_prev_l{
		background:url("/i/models_scroll_prev.gif") 0 0 no-repeat;
		position:absolute;
		top:0px;
	}
	.gallery-preview .gal_prev_r{
		background:url("/i/models_scroll_next.gif") 0 0 no-repeat;
		position:absolute;
		top:0px;
		left:587px;
	}
*/
.gallery-preview ul {
	overflow:hidden;
	padding:0px 0px 0px 0px;
	margin:15px 0px 0px 0px;
	list-style:none;
	height:134px;
	zoom:1;
	display:block;
	width:10005px;
	list-style-image:none;
	border-top:0;
}
.gallery-preview-cont {
	zoom:1;
	margin:0px 0 0 0px;
	width:660px;
	overflow:hidden;
	position:relative;	
	height:134px;
	//padding:0px 0px 0px 5px;
}

.gallery-preview li {
	float:left;
	background:none;
	width:210px;
	height:94px;
	padding:0px;
	margin:4px 15px 0px 0px;
	text-align:center;
/*	border:1px solid #ffffff;*/
	font-size:13px;
}
.gallery-preview li a {
	position:relative;
	display:block;
	width:90px;
	height:85px;
	text-decoration:none;
}
.gallery-preview li a img {
	left:0;
	z-index:3;
	top:0;
	/*border:3px solid #ffffff;*/
}

.gallery-image-wrap {
	position:absolute;
	z-index:4;
	width:96px;
	height:96px;
}

.gallery-cont-wrapp {
	overflow:hidden;
	width:607px;
	position:absolute;	
}

