#posters{ display:table; width:660px; }

.seccao-posters{ width:660px; margin:0; padding:0; border:0; }
.seccao-posters-galeria{ width:660px; margin:0; padding:0; border:0; }

ul.lista-coordenadores-posters{ list-style:none; display:inline; padding:0; margin:0; width:100%;  }

ul.lista-coordenadores-posters li{
	width:196px;
	display: inline-block;
	/*float: left;*/
	text-align:left;
	padding: 8px 5px 5px 5px;
	font-size:90%;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

ul.lista-coordenadores-posters li:last-child{
	border-right:  1px solid #ccc;
	padding-left:5px;
	padding-right:0px;
	margin-right:0;
}

ul.lista-coordenadores-posters li a, ul.lista-coordenadores-posters li a:visited{
    color: #333;
}

ul.lista-coordenadores-posters li:hover{
	background:#CCC;
	z-index:10;
	cursor:pointer;

}

ul.lista-coordenadores-posters li a:hover{
	background:#CCC;
    color: #999;
}

ul.lista-posters{
    width: 100%;
    padding: 0;
    margin: 0 ;
    list-style: none;
}

ul.lista-posters li {
    width: 205px; /*Set default width*/
    padding: 5px;
	border:0;
    margin: 0 ;
	border: 0;
    display: inline-block;
	text-align:center;
	height:310px;
	float:left;
	margin-left:5px;
	/*background:#CC6699;*/
}



ul.lista-posters li img{ border:0; }

/*ul.lista-posters li:last-child{ margin-left:0;}*/

div.poster-wrapper{ display:table; margin:0; width:205px; height:290px; padding:0;}
.poster-wrapper div{ padding:5px; clear:both; margin:2px auto; display:table; width:190px;  }
.poster-title{height:95px; background: #CCC;}
.poster-info {height:35px; background: #999;}
.poster-autor-info {font-size:10px; height:130px; background: #E3E3E3; clear:both;}