/* -- Picture Wall  UL --*/

.pictureWall {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
font-size:9px;
font-weight:bolder;
	}
	
.pictureWall li {
	list-style: none;
	float: left;
	width: 100px;
	height: 150px;
	background-position: 0 0;
	margin: 0 10px 10px 0;
	padding: 0;
	}
	
.pictureWall a {
	display: block;
	width: 100px;
	height: 150px;
	background-position: 0 0;
	text-decoration: none;
	}
	
.pictureWall a:hover {
	/* background-position: 0 -150px; */
	text-decoration: none;
	}
	
.pictureWall a span.hidden {
	visibility: hidden;
	display: block;
	width: 97px;
	height: 124px;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 3px;
       font-size:9px;
line-height: 1.7em;
	}

.pictureWall a:hover span.hidden {
	display: block;
	width: 97px;/*200*/
	height: 124px;
	visibility: visible;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	padding-left: 3px;

	}

.detail {
	position: relative;
	left: 26px;
	top: 3px;
	color: #000;
	}