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


}
.liquid img{height: 80px;width: auto !important;;}
.liquid .next {
	display:block;
	height:106px;
	width:27px;
	background:url('r2.png') no-repeat right;
	float:right;
	margin:0;
	padding:0;
	cursor:pointer;
}
.liquid .next:hover {

}
.liquid ul li {
	padding:0;
	margin:0;
	position:relative;
	top:5px;
	padding: 5px;
	background: whitesmoke;
}
.liquid ul li a img {
   	margin:4px !important;
}
