.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;
	background-color:#0033A0;
	
	   
}
.liquid .previous {
	display:block;
	height:126px;
	width:64px;
	background-image:url('../images/previous.png');
	float:left;
	margin:0;
	padding:0;
}
.liquid .next {
	display:block;
	height:126px;
	width:64px;
	background-image:url('../images/next.png');
	float:right;
	margin:0;
	padding:0;
}
.liquid ul li {

/* will-change: transform; 
    animation: scrolling 10s linear infinite;*/
	
/* &:hover {
      animation-play-state: paused;
	   animation: paused;
}
*/


	width:126px;
	padding:0 2px;
	margin:0; text-align:center;
}



.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 . hover{ 
      animation-play-state: paused;
	  }*/