.liquid { background: url(img/bg_caroussel.png) no-repeat 0 -1px;-moz-border-radius: 8px;-webkit-border-radius: 8px; border-radius: 8px; border: 1px solid #BBB; margin: 20px 20px 0;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	padding: 10px 0 15px 0;
}
.liquid h2 { font: 1em 'Amaranth-Bold', Arial, Sans-serif; color: #444; margin: 0 0 7px 20px; padding: 0; text-align: left }
.liquid .previous { cursor: pointer; display:block; width:20px; height:100px; background: url('img/previous.png') no-repeat; float:left; margin:0; padding:0; }
.liquid .previous:hover { background: url('img/previous2.png') no-repeat }
.liquid .next { cursor: pointer; display:block; width:20px; height:100px; background: url('img/next.png') no-repeat; float:right; margin:0; padding:0; }
.liquid .next:hover { background: url('img/next2.png') no-repeat }
.liquid .wrapper { margin-left: 2px; margin-top: 5px }
.liquid ul li { width: 100px; padding: 0; margin: 0 6px 0 0; }
.liquid ul li a img { width: 100px; height: 100px; -moz-box-shadow: 3px 3px 5px #AAA; -webkit-box-shadow: 3px 3px 5px #AAA; box-shadow: 3px 3px 5px #AAA; border: 0 }
.liquid ul li a img:hover { opacity:0.6; filter:alpha(opacity=60) }

