#result-photo {
	width:100%;
}

#result-photo ul.thumb{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#result-photo ul.thumb li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 135px;
	height: 110px;
}
#result-photo ul.thumb li div {

}

#result-photo ul.thumb li img {
	display:block;
	width: 135px; height: 90px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	padding: 0;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
	cursor:pointer;
}
#result-photo ul.thumb li p {
	display:block;
	position: absolute;
	left: 0;
	top: 90px;
}
#result-photo ul.thumb li img.hover {
	background:url(../img/photo_base.png) no-repeat 2px 2px;   /*Image used as background on hover effect*/
	/*border: none;  Get rid of border on hover */
}

