.liquid {
	padding:2px 0;
}
.liquid .previous {
	display:block;
	height:126px;
	width:42px;
	background:url('l.png') no-repeat left;
	float:left;
	margin:0;
	padding:0;
	cursor:pointer;
}
.liquid .previous:hover {


}
.liquid .next {
	display:block;
	height:126px;
	width:42px;
	background:url('r.png') no-repeat right;
	float:right;
	margin:0;
	padding:0;
	cursor:pointer;
}
.liquid .next:hover {

}
.liquid ul li {
	width:140px !important;
	padding:0;
	margin:0;
	position:relative;
	top:15px;
}
.liquid ul li a img {
   	margin:4px !important;
}
