

.pic, .pic a{
	/* Each picture and the hyperlink inside it */
	width:120px;
	height:138px;
	overflow:hidden;
	text-align:center
	background:#F9F9F9;
	float:left;
	margin-right:10px;
}

.pic-name{
position:relative;top:120px;height:18px;z-index:999;background:#f9f9f9;font-size:10px;line-height:16px;color:#000000;font-weight:400;
font:"Courier New", Courier, monospace;
}
.pic{
	/* Styles specific to the pic class */
	/* position:absolute; */
	border:5px solid #F9F9F9;
	border-bottom:0px solid #F9F9F9;
	/* CSS3 Box Shadow */
	-moz-box-shadow:2px 2px 3px #333333;
	-webkit-box-shadow:2px 2px 3px #333333;
	box-shadow:2px 2px 3px #333333;
}

.pic a{
	/* Specific styles for the hyperlinks */
	color:#000000;
	font-weight:400;
	display:block;
	/* Setting display to block enables advanced styling for links */
}


