.liquid {
	width:703px;
}
.liquid .previous {
	display:block;
	height:60px;
	width:32px;
	background-image: url(/2013/images/p-prev.png);
	background-repeat:no-repeat;
	float:left;
	margin:30px 0 0 0;
	padding:0;
	z-index:1000;
}
.liquid .next {
	display:block;
	height:60px;
	width:32px;
	background-image: url(/2013/images/p-next.png);
	background-repeat:no-repeat;
	float:right;
	margin:30px 0 0 0;
	padding:0 0 0 0;
}
.liquid ul li {
	width:155px;
	padding:10px 0 0 0;
	margin:0;
	
}

#liquid-thumb{
	width:150px;
	height:180px;
	background: url(/2013/images/photo/thumb-shadow.png) no-repeat bottom;
	padding-bottom:12px;
	position:relative;
	
	}
	
#liquis-thumb-img{
	width:150px;
	height:100px;
	padding-bottom:14px;
	background: url(/2013/images/photo/thumb-img-shadow.png) no-repeat bottom;
	}
	
#liquis-thumb-txt{
	width:140px;
	padding:10px 5px 5px 5px;
	background: url(/2013/images/line-groove.png) repeat-x bottom;
	}