#gallery{
	text-align: center;
	width: 640px;
	float: left;
	overflow: hidden;
	margin: 0px 0px;
}
#gallery ul.custom{
	list-style-type: none;
	width: 650px;
	height: 240px;
	margin-left: -10px;
	display: inline;
	float: left;
	overflow-y: scroll;
}
#main > #gallery ul.custom{
	width: 660px;
}
