
div.photo_cont { width:120px;
				 height:160px; 
				 float:left;
				 border: #E5C88F solid 1px;
				 margin:2px;
				}

div.photo_cont:hover {border:#960 solid 1px}

div.photo_cont .photo {
			width:100px; 
			height:100px;
			margin: 10px;}

div.photo_cont .photo_title { text-align:center;}