.liquid {
	/*background:#EBEBEB url('../img/bodybackground.png') repeat-y scroll 50% 0;*/
	border:2px solid #EBEBEB;
	background-color:#EBEBEB;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	padding:10px 0;
	margin-top:20px;
	margin-bottom:30px;
	width:1000px;
}
.liquid .previous {
	display:block;
	height:35px;
	width:35px;
	background-image:url('../img/previous-lancamentos.png');
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	margin:0;
	padding:0;
}
.liquid .next {
	display:block;
	height:35px;
	width:35px;
	background-image:url('../img/next-lancamentos.png');
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	float:right;
	margin:0;
	padding:0;
}

.liquid .previous, .liquid .next{
	margin-top:65px;
	}

.liquid ul li {
	width:300px;
	height:139px;
	padding:5px;
	margin:0;
	background-color:#EBEBEB;
}
.liquid ul li a{
	-moz-box-shadow: 10px 2px 1px #D6D5D6;
   	-webkit-box-shadow: 2px 2px 1px #D6D5D6;
   	box-shadow: 5px 5px 3px #D6D5D6;
	float:left;
	width:118px;
	height:139px;
	overflow:hidden;
}
.liquid ul li a img {
	float:left;
	border:0;
	}

.detalhes-lancamentos-car{
	float:left;
	background-color:#EBEBEB;
	width:50px;}
	
	
/*--detalhes lancamentos--*/

.liquid ul li .detalhes-lanca{
	margin-left:10px;
	float:left;
	list-style:none;
	width:170px;
	height:139px;
	float: left;
	font:12px Verdana, Geneva, sans-serif;
	color:#666;
	text-align:center;
	line-height:17px;
	background-color:#EBEBEB;
	}
.liquid ul li .detalhes-lanca strong{
	display:block;
	font:12px Verdana, Geneva, sans-serif;
	color:#666;
	font-weight:bold;
	margin-bottom:5px;
	}
.liquid ul li .detalhes-lanca span{
	font:14px Tahoma, Geneva, sans-serif;
	color:#666;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:3px;
	display:block;
	}

.liquid ul li .detalhes-lanca .icon-codigo{
	width:35px;
	height:35px;
	float:left;
	background-image:url(../img/bg-codigo-lancamento.png);
	background-position:center;
	background-repeat:no-repeat;
	font:11px Tahoma, Geneva, sans-serif;
	color: #FFF;
	line-height:35px;
	text-align:center;
	margin-left:22px;
	}
	
.liquid ul li .detalhes-lanca .btn-detalhes-lanca{
	width:75px;
	height:36px;
	float:left;
	margin-left:3px;
	}
	
.liquid ul li .detalhes-lanca .btn-detalhes-lanca a{
	-moz-box-shadow: none;
   	-webkit-box-shadow: none;
   	box-shadow: none;
	width:75px;
	height:35px;
	background-image:url(../img/btn-detalhes.png);
	background-position:center;
	background-repeat:no-repeat;
	}
.liquid ul li .detalhes-lanca .btn-detalhes-lanca a:hover{
	background-image:url(../img/btn-detalhes-hover.png);
	background-position:center;
	background-repeat:no-repeat;
	}	
	