.infobox {
	position:relative;
	width:110px;
	padding:5px;
	font-weight: bold;
	color: #FF9900;

}
#gallery #pictures .infobox .more p {
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #FFCC00;
}


.infobox img {

position:relative;

z-index:2;

}

.more {
	display:none;
	color: #333333;

}

.infobox:hover .more {
	display:inline;
	position:absolute;
	z-index:1;
	left:-1px;
	top:-1px;
	background-color:#FFEFEF;
	float: left;
	margin-top: 70px;
	margin-right: 20px;

}

