@charset "utf-8";
/* CSS Document */


.abgne_tip_gallery_block {
	overflow: hidden;
	position: relative;
	height: 280px;
	width: 350px;
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
.abgne_tip_gallery_block img {
	position: absolute;
	border: 0;
}
.abgne_tip_gallery_block .caption {
	position: absolute;
	top: 240px;
	cursor: pointer;
	color: #fff;
	background-image: url(../images/1px_black.png);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 320px;
}
.abgne_tip_gallery_block .caption h2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #fc6;
	font-size: 16px;
	font-family: Georgia;
}
.abgne_tip_gallery_block .caption h2 a {
	text-decoration: none;
	color: #fc6;
	font-size: 16px;
	font-family: Georgia;
}
.abgne_tip_gallery_block .caption h2 a:hover {
	text-decoration: underline;
}
