/*
#item-list {
	display: block;
	width: 100%;
	margin: 0;
	padding: 3px;
	overflow: hidden;
}
*/
div.item{
	display: inline;
	width: 50px;
	padding: 0;
	margin: 3px;
	text-align:left;
	float: left;
		}

div.item p{
	font-size: 10px;
	line-height: 1.2em;
	text-align:left;
		
	}


div.item img{
	display: block;
	padding: 0;
	margin: 0;
		}

div.item a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
	}

.new a:before{
	white-space: pre;
	content:  url("../img/new.jpg") "\a";
}

div.last a:before{
	white-space: pre;
	content:  url("../img/last.jpg") "\a";
}

div.gas a:before{
	white-space: pre;
	content:  url("../img/gas.jpg") "\a";
}

div.ggw a:before{
	white-space: pre;
	content:  url("../img/ggw.jpg") "\a";
}
