.liquid {
	position:relative;
	background:#fff;
	/*border-top:2px solid #666;
	border-bottom: 3px solid #6588A2;*/
	/*-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;*/
	/*padding:20px 0 10px 0;*/
	overflow: hidden;
}
.liquid .previous {
	display:block;
	height:64px;
	width:64px;
	background:url("../img/previous.png") no-repeat;
	float:left;
	margin:0;
	padding:0;
}
.liquid .next {
	display:block;
	height:64px;
	width:64px;
	background:url('../img/next.png') no-repeat;
	float:right;
	margin:0;
	padding:0;
}
.liquid ul li {
	position:relative;
	width:126px;
	padding:0 2px;
	margin:0px 10px;
}
.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;*/
}
