.liquid {
	/*background:#313b31 url('../images/bodybackground.png') repeat-y scroll 50% 0;*/
	/*border:2px solid #19301C;*/
	/*-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 {
	display:block;
	height:23px;
	width:23px;
	background:#ddd url(/static/gfb/nav.png) no-repeat 4px 3px;
	float:left;
	margin:50px 0 0;
	padding:0;
    cursor:pointer;
    border-radius: 50% 50% 50% 50%;
}
.liquid .next {
	display:block;
	height:23px;
	width:23px;
	background:#ddd url(/static/gfb/nav.png) no-repeat 4px 3px;
    background-position: 4px -17px;
	float:right;
	margin:50px 0 0;
	padding:0;
    cursor:pointer;
    border-radius: 50% 50% 50% 50%;
}
.liquid ul li {
	width:155px;
	padding:0 2px;
	margin:0;
    margin-left:19px;
    margin-right:20px;
}
.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;
    */
}
