ul#gallery li{	float: left;	list-style: none;	margin: 10px 5px 10px 5px;	height: 100px;	font-size: 10px;	background: transparent;}ul#gallery li span{	background: white;	filter:alpha(opacity=70); /*IE*/	-moz-opacity:0.7; /*FF*/	opacity:0.7;	position: absolute;	padding: 2px;	line-height: 100%;	font-weight: bold;	width: 100px;}ul#gallery li a{	border: none;}ul#gallery li a:hover{	border: none;	background: transparent;}ul#gallery li a img{	border: 1px solid gray;}