.liquid {
	background:#7d9bb6;
	padding:20px 0;
	border-bottom:#4e6a84 2px solid;
	overflow:hidden;
	margin-bottom:20px;
}
.liquid .previous {
	display:block;
	height:126px;
	width:64px;
	background-image:url('../images/previous.png');
	float:left;
	margin:0;
	padding:0;
	cursor:pointer;
}
.liquid .next {
	display:block;
	height:126px;
	width:64px;
	background-image:url('../images/next.png');
	float:right;
	margin:0;
	padding:0;
	cursor:pointer;
}
.liquid ul li {
	width:108px;
	padding:0 2px;
	margin:0;
}
.liquid ul li a img {
	-moz-box-shadow: 3px 3px 3px #415c75;
   	-webkit-box-shadow: 3px 3px 3px #415c75;
   	box-shadow: 3px 3px 3px #415c75;
}
