@charset "utf-8";
/* CSS Document */

h2{
	width:700px;
	height:32px;
	background:url(../../img/pc/group/h2_photogravures.png) no-repeat top left;
	margin:1em auto 0;
	border-bottom:1px #9A9A9A solid;
}

* html h2{
		behavior: expression(
		this.style.behavior || (
		this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
		this.style.backgroundImage = "none",
		this.style.behavior = "none"
		)
		);
}


.photogravures_list{
	text-align:center;
	margin-left:50px;
	width:700px;
}


.photogravure {
/*	border:3px double lightpink; */
	float:left;
	display:inline;
	width:240px;
	height:170px;
	margin:25px 0px 0px 25px;
	padding:35px 35px 0px 35px;
}

	.photogravure .highslide img{
		border:none;}


	.borderless{
		background:#444444 !important;}

.caption {
	position:relative;
	top:-80px;
	margin:0px;
	padding:0px;
	font-size:1.0em;
	color:deeppink;
	line-height:1.7em;
	text-align:center;
	color:#333333;
}
	.caption span{
		font-size:smaller;}


.highslide-heading{
	font-size:100% !important;
	padding:0px;}

	.highslide-heading span{
		font-size:smaller;
		margin-right:1em;}

.shadow{
	left:2px;
	position:relative;
	top:-60px;
	z-index:-1;
}
.paging{
	padding:15px 10px 10px 10px;
	text-align:center;
}

