.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;*/
	width:307px;
}
.liquid .previous {
	display:block;
	height:118px;
	width:10px;
	background-image:url('/images/previous.png');
	float:left;
	margin:0;
	padding:0;
}
.liquid .next {
	display:block;
	height:118px;
	width:10px;
	background-image:url('/images/next.png');
	float:right;
	margin:0;
	padding:0;
}
.liquid ul li {
	width:88px;
	padding:0px 0px 0px 0.7px;
	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;*/
}
div.hidden 
{
height:192px;
margin-top:5px;
overflow:hidden;
}