.liquid {
	background: #373737;
	padding: 8px 0px 12px 0px;
}
.liquid .previous, .liquid .next {
	display:block;
	height:121px;
	width: 42px;
	margin: 0px;
	padding:0;
	cursor: pointer;
}
.liquid .previous {
	float:left;
	background:url(previous.png) center center no-repeat;
}
.liquid .next {
	float:right;
	background:url(next.png) center center no-repeat;
}
.liquid > .wrapper > ul > li {
	width: 210px;
	padding: 0 2px !important;
	margin-right: 0px;
	margin-left: 0px;
}
.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;
}
.container .sixteen.columns.wrapper {
	width: 980px;
}
