.liquid {
/*	background:#313b31 url('../images/bodybackground.png') repeat-y scroll 50% 0;*/
	border:1px solid #fff;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	padding:10px 0;
    height: 70px !important;
}
.liquid .previous {
	display:block;
	height:126px;
	width:64px;
	background:url('../../../img/setaesq.png') no-repeat;
	float:left;
	margin:0;
	padding:0;
    cursor: pointer;
}
.liquid .next {
	display:block;
	height:126px;
	width:21px;
	background:url('../../../img/setadir.png') no-repeat;
	float:right;
	margin:0;
	padding:0;
    cursor: pointer;
}
.liquid ul li {
	width:70px;
	padding:0 2px;
	margin:0;
    margin-left: 50px !important;
    margin-right: 36px !important;
    width: 25%;   
}
.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;
}



.liquid2 {
/*	background:#313b31 url('../images/bodybackground.png') repeat-y scroll 50% 0;*/
	border:1px solid #fff;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	padding:10px 0;
    height: 70px !important;
    overflow: visible !important;
}
.liquid2 .previous {
	display:block;
	height:126px;
	width:64px;
	background:url('../../../img/setaesq.png') no-repeat;
	float:left;
	margin:0;
	padding:0;
    cursor: pointer;
}
.liquid2 .next {
	display:block;
	height:126px;
	width:64px;
	background:url('../../../img/setadir.png') no-repeat;
	float:right;
	margin:0;
	padding:0;
    cursor: pointer;
}
.liquid2 ul li {
	width:70px;
	padding:0 2px;
	margin:0;
/*    width: 25%;   */
}
.liquid2 ul li {
    width:130px !important;
    margin-left: 10px  !important;
    margin-right: 30px  !important;
}

.liquid2 ul li a img {

}









