@charset "UTF-8";

.list .item {
	margin-top : 10px ;
	margin-bottom : 10px ;
	margin-left : 0px ;
	margin-right : 50px ;
	width : 125px ;
	height: 160px;
	display:block:
	float : left ;
	border: solid 1px;
/*	background-color : #cfc ;*/		/* for debug */
}

.list .item img {
	margin-bottom : 5px ;
	display : block ;
	border : 1px solid #ccc ;
}

.list .item a:hover img {
	border : 1px dotted #ccf ;
}

.list .forceFloat {
	margin-left : 0px ;
}




