div.clr {
	clear: both;
	height: 30px;
}

#ph_left_column a {
	/*border: 1px solid #8A6E2A;*/
	border-radius: 6px;
	padding: 10px;
	width: 150px;
	margin-right: 15px;
	display: block;
	float: left;
	margin-bottom: 15px;
	min-height: 70px;
}

#ph_left_column a:hover, #ph_left_column a.active {
    background-color: #d1ddff;
}

#ph_left_column a:hover, #ph_left_column a.active a {
	color: #C89700;
}

#ph_left_column a:hover, #ph_left_column a.active{
	color: #fff;
}



#ph_left_column {
	margin-bottom: 40px;
}

div.image_item {
	padding: 10px;
	/*border: 1px solid #6E9DBF;*/
	border-radius: 6px;
	float: left;
	margin: 5px;
	text-align: center;
	width: 150px;
	min-height: 130px;
}

div.comment_photo {
	text-align: center;
}

div.image_item img {
	max-width: 130px;
	max-height: 99px;
}

#album_descr {
	margin: 15px;
}