* {
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.galleria{
	width:600px;
	float: none;
	padding-right: 50px;
}
.galleria li{
	width:32px;
	height:32px;
	overflow:hidden;
	float:left;
	margin-top: 0;
	border: 1px solid #CCCCCC;
	clear: right;
	background-color: #252525;
	text-align: right;
	margin-left: 5px;
}
.galleria li a{display:none}
.galleria li div{
	top:0
}
.galleria li div img{cursor:pointer}
.galleria li img.thumb{
	cursor:pointer;
	top:auto;
	left:auto;
	width:auto;
	height:auto
}
* html .galleria li div span{
	width:695px
} /* MSIE bug */
