@charset "utf-8";

.lbGallery {
	width: 500px;
	margin-left: 1px;
	margin-top: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
	.lbGallery ul {
	list-style: none;
	background-color: #3F3F3F;
}
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}
	.lbGallery ul a:hover img {
	color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	}
	.lbGallery ul a:hover {
	color: #FFF;
}
	
.artists_texts table tr td a {
	color: #F20000;
	margin-left: 5mm;
}

