* {
	margin: 0px; padding: 0px;
}
ul {
	list-style: none;
}
li {
	list-style: none;
}
a {
	color: rgb(102, 102, 102); text-decoration: none;
}
a:hover {
	color: rgb(0, 0, 0); text-decoration: none;
}
img {
	border: 0px currentColor;
}
#waterfall {
	margin: 0px auto; width: 1000px; text-align: center;
}
#waterfall img {
	width: 203px;
}
#waterfall .cell {
	background: rgb(255, 255, 255); padding: 10px 0px 5px; border: 1px solid rgb(227, 227, 227); width: 223px; margin-top: 20px; box-shadow: 0px 2px 3px 1px #ccc;
}
#waterfall .cell:hover {
	box-shadow: 0px 2px 3px 1px #999;
}
