/* Gallery 1 */
.gallery-1 {
	margin: 0 0 15px 0;
	font-size: 0;
	line-height: normal;
}

.gallery-1 .view {
	position: relative;
	/* min-height: 40px; */
	background: #ebebeb;
}

.bimage {
	border: 4px solid #ebebeb;
	min-height: 424px;
	margin: 0 auto;
	text-align: center;
}

.gallery-1 .view img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.gallery-1 .thumbnail {
	width: 90px;
	display: inline-block;
	border: 3px solid #ebebeb;
	margin: 5px 3px;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}
.gallery-1 .thumbnail img {
	display: block;
	cursor: pointer;
	width: 100%;
}
.gallery-1 .thumbnail.active {
	border-color: #7a7d22;
}

.gallery-1 .thumbnail.marginRight0 {
	margin-right: 0 !important;
}

.gallery-1 .scroll {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 40px;
	height: 40px;
	background: url(slider-s.png) no-repeat; z-index:10;
}
.gallery-1 .scroll a {
	display: block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-decoration: none;
}
.gallery-1 .next {
	right: -5px;
	background-position: 100% 0;
	padding: 5px 3px 5px 7px;
}
.gallery-1 .prev {
	left: -5px;
	background-position: 0 0;
	padding: 5px 7px 5px 3px;
}

.tbody { display: none;}
.tbody_big { position: absolute; bottom: 8px; left: 8px; right: 8px; padding: 10px 18px; background: url(slider_bg.png) repeat 0 0; text-align: left; color: #fff;}
.tbody_big p { margin: 0;}