.photo  {
height:200px;
}
.photo ul {
	width:750px;
	margin-left:25px;
}
.photo li
{
float:left;
width: 24%;
list-style-type:none;
BORDER:  1px solid #F4F4F4;
margin-right: 5px;
text-align:center;	
margin-top:9px;	
}
.photo li span
{
text-indent : 22px;
float:left;
background-repeat:no-repeat;
background-position: 10px ;
margin-left:20px;
margin-top:8px;
}
.photo span{
margin-left:25px;

}
.photo_arr{
BORDER:  1px solid #F4F4F4;
height:55px;
width:750px;
margin-top:40px;
margin-left:20px;
-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
}
.photo_arr ul{

height:30px;
}
.photo_arr li {
float:left;
width:7%;
margin-left:15px;
line-height:30px;
font-weight:bold;
font-size:13px;
}
.photo_arr  span{
font-size:14px;
color:#000000;
font-weight:bold;
margin-left:10px;
}

div.photo_arr span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -8px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}