
/*
clearFix
----------------------------*/
.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
	visibility: hidden;
}
.clearFix {
	display:inline-block;
}
/*Hides from IE-mac \*/
* html .clearFix {
    height: 1%;}
.clearFix {
    display: block;}
/*End hide from IE-mac */


/*
photoList
----------------------------*/

#page #central #body .photoList01{
	margin:0;
}
#page #central #body .photoList01 li{
	width:170px;
	float:left;
	padding-right:5px;
	margin:0;
	font-size:0.8em;
	>font-size:0.7em;
	text-align:center;
}
#page #central #body .photoList01 li img{
	margin-bottom:5px;
}

#page #central #body .photoList01 li.end{
	padding-right:0;
}