#gallery {
	background-color: #666;
	height: 288px;
	position: relative;
	width: 554px;
}

#gallery LI {
	list-style-type: none;
	margin-bottom: -3px;
}

#gallery LI, #gallery OL {
	padding: 0;
}

#gallery OL {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#gallery-list {
	margin: 10px 0 20px 0;
	padding: 0;
}

#gallery-list LI {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.overflow-list {
	height: 200px; 
	overflow-y: scroll;
}
