table.gallery {
	border-collapse: collapse;
	margin-left: 0px;
	margin-right: 10px;
}

.gallery_container {
  height: 245px;
  overflow: auto;
  margin-left: -20px;
  margin-right: 25px;
}

	table.gallery td {
		width: 73px;
		height: 73px;
		background: #fff;
		padding: 0;
		margin: 0;
		text-align: center;
		vertical-align: center;
	}

table.gallery_zoom {
	border-collapse: collapse;
	margin: 18px 0 0 0;
}

	table.gallery_zoom td {
		width: 462px;
		height: 462px;
		background: #fff;
		padding: 0;
		text-align: center;
		vertical-align: center;
	}


.prev_image a:link, .prev_image a:visited, .prev_image a:active {
	background: transparent url(/fileadmin/images/default/extensions/jm_gallery/prev_image_back.gif) no-repeat 0 4px;
	margin: 0 20px 0 0;
	padding: 0 0 0 14px;
	color: #333 !important;
	text-decoration: none !important;
}
.prev_image a:hover, .prev_image a:focus {
	background-position: 0 -46px;
	color: #EF1A1E !important;
	text-decoration: underline !important;
}


.next_image a:link, .next_image a:visited, .next_image a:active {
	background: transparent url(/fileadmin/images/default/extensions/jm_gallery/next_image_back.gif) no-repeat 100% 4px;
	margin: 0 0 0 20px;
	padding: 0 14px 0 0;
	color: #333 !important;
	text-decoration: none !important;
}

.next_image a:hover, .next_image a:focus {
	background-position: 100% -46px;
	color: #EF1A1E !important;
	text-decoration: underline !important;
}


.gallery_top a:link, .gallery_top a:visited, .gallery_top a:active {
	background: transparent url(/fileadmin/images/default/extensions/jm_gallery/gallery_top_back.gif) no-repeat 0 4px;
	padding: 0 0 0 10px;
	color: #333 !important;
	text-decoration: none !important;
}
.gallery_top a:hover, .gallery_top a:focus {
	background-position: 0 -46px;
	color: #EF1A1E !important;
	text-decoration: underline !important;
}
