.gallery {
	width: 354px !important;
	height: 139px !important;
	float: left;
	margin: 0 0 70px 0;
	overflow: hidden;
}
.gallery ul {
	list-style: none;
}
.gallery ul  li {
	height: 138px !important;
}
.gallery img {
	float: left;
	width: 108px;
	margin: 0 10px 0 0;
	border: 1px solid #ffc6e8;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.gallery_prev, .gallery_next {
	display: block;
	float: left;
	width: 42px;
	height: 42px;
/*	margin: 38px 0 0 0;*/
}
.gallery_prev {
    background: url(../pictures/jcarousel/prev_next.png) no-repeat;
    margin: 47px 12px 0 3px;
/*    margin-left: 10px;*/
}
.gallery_next {
    background: url(../pictures/jcarousel/prev_next.png) -44px 0 no-repeat;
    margin: 47px 0 0 8px;
}
.gallery_prev:hover {
	background: url(../pictures/jcarousel/prev_next.png) 0 -44px no-repeat;
}
.gallery_next:hover {
	background: url(../pictures/jcarousel/prev_next.png) -44px -44px no-repeat;
}
