ul 
{
	list-style-type: none;
}

li 
{
   display: block;
   float: left;
}

li a img
{
	border: 1px dotted #ff9900;
	background-color: black;
	padding:5px;
	margin-right:5px;
}

li a:hover img
{
	border: 1px solid #ff9900;
	background-color: #ff9900;
}

.foto
{
	border: 1px dotted #444;
	background-color:#1b170e;
	float:left;
	width:160px;
	padding:5px;
	margin:5px;
	height:210px;	
	filter:alpha(opacity=65); 
	-moz-opacity:0.65;
	opacity:0.65;		
}


.foto a img
{ 
	border:#111 1px solid !important;
}

.foto:hover
{	
	filter:alpha(opacity=100); 
	-moz-opacity:1.0;
	opacity:1.0;
}

.clearer
{
	clear:both;
	margin:5px;
}