.photo ul
{
	display: block;
	left: 0;
	top: 31px;
	list-style: none;
	margin: 0;
	height: 111px;
	width: 430px;
	padding: 41px 0px 0px 54px;
}

.photo ul li
{
	display: inline;
	width: 117px;
	height: 74px;
	float: left;
	padding: 0 10px 0 0;
}

.photo ul li a
{
	display: block;
	width: 117px;
	height: 74px;
	cursor: default;
	float: left;
	text-decoration: none;
}

.photo ul li a img
{
	display: block;
	width: 117px;
	height: 74px;
	border-style: none;
}

.photo ul li a:hover 
{
	white-space: normal;
	position: relative;
}

.photo ul li a:hover img 
{
	position: absolute;
	left: -79px;
	top: -50px;
	width: 274px;
	height: 173px;
	border-width: 5px;
	border-style: solid;
	border-color: #2f318f;
}
