.div-txt{
	width:312px; height:126px; 

	-moz-box-shadow: 5px 5px 3px rgb(207, 207, 207);
   	-webkit-box-shadow: 5px 5px 3px rgb(207, 207, 207);   
	border-radius:5px;
	color: #e8f8ba;
	background: #719d24;
	margin-left:-22px;
	}

.div-txt p{margin:5px; padding:10px;}	


.cmts-slider{ 
	width:505px;
	height:153px; 
	

	}
.cmts-slider-bg{border-radius:0px 12px 0px 0px;
	background-color:#f7f7f7; width:505px;
	 position:absolute; top:434px; left:415px;
	height:153px; }	

.liquid {
	
	
	
	
}
.liquid .previous {
	display:block;
	height:15px;
	width:10px;
	background-image:url('../images/previous.png');
	float:left;
	margin-top:62px;
	position:relative;
	left:37px;
	padding:0;
	z-index:1000;

}
.liquid .next {
	display:block;
	height:15px;
	width:10px;
	background-image:url('../images/next.png');
	float:right;
	margin-top:-100px;
	position:relative;
	left:0px;
	z-index:1000;
}
.liquid ul li {
	width:240px;
	padding:0 2px;
	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;
}
