.demo {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.galleria{
	list-style:none;
	width:700px
}
.galleria li{
	display:block;
	width:80px;
	height:65px;
	overflow:hidden;
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0;
	list-style-type: none;
}
.galleria li a{
	display:none;
	list-style-type: none;
}
.galleria li div img{cursor:pointer}
.galleria li img.thumb{
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto;
}
* html .galleria li div span{width:400px} /* MSIE bug */

