/*
// JoomlaWorks "Ultimate Content Display" Module for Joomla! 1.5.x - Version 1.1
// License: http://www.gnu.org/copyleft/gpl.html
// Copyright (c) 2006 - 2008 JoomlaWorks, a Komrade LLC company.
// More info at http://www.joomlaworks.gr
// Developers: Fotis Evangelou - George Chouliaras
// ***Last update: May 13th, 2008***
*/

div.ucd {

} 
.ucd_list{
	width:100%;
    text-align:center;
    margin: 0px;
    padding:0;
   
  list-style-type:none;
clear:both;
   }
   
  ul.ucd_list > li {
	width: 50%;
   float:left;
    text-align:justify;
   }
   
    ul.ucd_list  li {
	  width: 95%;
	  padding:0px 5px;
     float:left;
     text-align:justify;
   }
   
 .ucd_list li p{
display:block;
padding-right:3px;

}
.testeimgs{
			list-style-type:none;
			display:table;
			table-layout:fixed;
			width:100%;
			margin:0px;
			padding:0px;
			}
ul.testeimgs > li {
		display:table-cell;
		padding:2px 6px;
		position:relative;
		
		}
		
		ul.testeimgs li {
		display:table-cell;
		padding:2px 6px;
		position:relative;
		
		}
/* --- END --- */
