.liquid {
	
	padding:10px 0;
}
.liquid .previous {
    display: block;
    height: 34px;
    width: 20px;
    background: url(../images/previous.png) no-repeat;
    top: 50%;
    position: absolute;
    margin-top: -17px;
    left: -35px;
    transform: rotate(180deg);
    opacity: 0.5;
}
.liquid .next {
	display:block;
    height: 34px;
    width: 20px;
	background: url(../images/previous.png) no-repeat;
    top: 50%;
    position: absolute;
    margin-top: -17px;
    right: -35px;
    opacity: 0.5;
}
.liquid ul li {
	width: 230px;
	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;
}
.liquid .previous:hover,
.liquid .next:hover {
    opacity: 1;
    cursor: pointer;
}