#image-content li{
	width:250px;
	height:300px;
	border:solid #CCC;
	border-width:1px 1px 1px 1px;

 
	background:#FFF;
	padding:10px;
	text-align:center;
	/*position:relative;*/
	float:left;
	display:inline;
	margin:1px;
}

#image-content  a span{
/*\*/
	position:absolute;
	left:-9999px;

}

#image-content a:hover span{	
	top:10px;
	left:10px;
	width:202px;
	background:#FFF;
	
	padding:5px 0 5px 0;
	font-size:80%;
	border:1px solid #EEE;
	border-width:0 0 10px 0;
	filter: alpha(opacity=100);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 


#image-content img{
/*	border:1px solid #EEE;
 delete line above and uncomment this for an inset effect*/
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 
}

#image-content-small li{
	width:100px;
	border:solid #CCC;
	border-width:1px 1px 1px 1px;
	-moz-border-radius:20px;
	padding:10px;
	text-align:center;
	float:center;
	display:inline;
	margin:5px;
}

#hint #image-content-small img{
	border: none; 
}
.divClear {
    clear:both;
 }
