.box-gallery {
	width: 100%;
	overflow: auto;
}
.box-gallery > div {
	display: inline-block;
	vertical-align: top;
	margin-left:8px;
	margin-right:8px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:10px;
}
.box-gallery .image {
	display: block;
	margin-bottom: 8px;
}
.box-gallery .image img {
}
.box-gallery .name {
	margin-bottom: 4px;
}
.box-gallery .name a {
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.gallcarprev {
	position:absolute;
	left:0px;
	width:36px;
	height:100%;
	top:0px;
	background: url(images/arrow_left.png) center center no-repeat;
	z-index:99;
}
.gallcarprev:hover {
	background: url(images/arrow_left_hover.png) center center no-repeat;
}
a.gallcarprev span, a.gallcarnext span { 
	display:none;
}
.gallcarnext {
	position:absolute;
	right:0px;
	top:0px;
	width:36px;
	height:100%;
	background: url(images/arrow_right.png) center center no-repeat;
	z-index:99;
}
.gallcarnext:hover {
	background: url(images/arrow_right_hover.png) center center no-repeat;
}
@media only screen and (max-width: 979px) {
	.box-gallery { text-align:center; }
	#cgallCurrent { display:none !important; }
}