/* tab */
#tab-gallery {
	line-height: 1.2em;
	margin-top: 20px;
	padding-top: 0px;
}

/* gallery */
#tab-gallery table {
	margin: 0px auto;
	vertical-align: top;
}
#tab-gallery table td#gallery-prev, 
#tab-gallery table td#gallery-next {
	width: 20px;
}
#tab-gallery table td#gallery-big {
	padding: 0 0;
}
#tab-gallery table td#gallery-thumbs {
	padding: 0px 100px;
}
#tab-gallery table td#gallery-prev a {
	background: transparent url(Images/bg-prev.gif) bottom left no-repeat;
	display: block;
	height: 300px;
	width: 20px;
}
#tab-gallery table td#gallery-prev a:hover {
	background-position: top left;
}
#tab-gallery table td#gallery-prev a img {
	display: none;
}
#tab-gallery table td#gallery-next a {
	background: transparent url(Images/bg-next.gif) bottom right no-repeat;
	display: block;
	height: 300px;
	width: 20px;
}
#tab-gallery table td#gallery-next a:hover {
	background-position: top right;
}
#tab-gallery table td#gallery-next a img {
	display: none;
}

