* {
	margin: 0;
	padding: 0;
}

#preview {
	margin-bottom: 25px;
}

ul {
	margin: 25px;
}

li a {
	color: #0000FF;
	text-decoration: none;
}

li a:hover {
	color: #E4F1FB;
	text-decoration: underline;
}

a.thumb img {
	filter: alpha(opacity =   50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	border: solid 2px #FFFFFF;
}

a.thumb:hover img {
	filter: alpha(opacity =   100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	border: solid 2px #E4F1FB;
}
