/*    photo    */

.overview .photo .item_container   {
	height: 110px;
}

.photo .item_container .hover {
	height: 110px;
	cursor: default;
}

.photo .item_container .item .description_image  {
	width: 100px;
	height: 100px;
	text-align: center;
}

.photo .item_container .item .description_image img {
	width: 100px;
	height: 100px;
}

.photo .item_container .item .title  {
	font-size: 16px;
	font-weight: bold;
}

.photo .item_container .item .read_more  {
	width: 80px;
	padding: 0 0 0 3px;
}

.pnoto_overview_description {
	margin: 0 0 10px 0;
}

.photo_overview_tumbnail_container {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 13px 13px 0;
	border: 1px solid #999999;
	overflow: hidden;
}

.photo_overview_tumbnail_container .hover {
	background-color: #3A4FE8;
	width: 60px;
	height: 60px;
}

.photo_overview_tumbnail{
	padding: 3px;
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.photo_overview_tumbnail A {
	width: 54px;
	height: 54px;
	overflow: hidden;
	display: block;
}