* {

	border: none;

	text-decoration: none

}

.wrap {

	margin: 0px;

	position: relative;

	width: 225px;

	margin-top: 25px;

	margin-left: 8px;

}

.photo a {

	display: block;

}

.photo a:hover {

}

.photo span {

	width: 225px;

	background: #000;

	position: absolute;

	bottom: 0;

	left: 0;

	color: #ffffff;

	filter: alpha(opacity=70);

	-moz-opacity: 0.6;

	opacity: 0.6;

	text-align: center;

	cursor: hand;

	display: none;

	height: 33px;

	line-height: 33px;

}

.photo a:hover span {

	display: block;

}