/* Page css : home */

ul.content_list {
	width : 100%;
	position :relative;
}
ul.content_list > li {
	overflow: hidden;
	background-color : rgb(245,245,245);
	background-image: url(../../../images/common/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
}
ul.content_list > li >  a > img {
	width : 100%;
	width : 100%;
}