.liquid {
	background:#313b31 
	border:2px solid #000;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	padding:10px 0;
}
.liquid .previous { margin-top:110px; 
	display:block;
	height: 30px;
width: 25px;
	background-image:
	url(/images/leftarrow.jpg) ;
	float:left;

	padding:0;
	
}
.liquid .next { margin-top:110px;
	display:block;
	height: 30px;
width: 25px;
	background-image:url(/images/arrow.jpg);
	float:right;
	
	padding:0;
}
.liquid ul li {
	width:220px;
	padding:0 2px;
	margin:0;
}
.liquid ul li a img {
	-moz-box-shadow: 5px 5px 3px #222;
   	-webkit-box-shadow: 5px 5px 3px #222;
   	box-shadow: 5px 5px 3px #222;
}


