#gallery {
	height: auto;
	width: 617px;
	overflow: auto;
}	
#gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#gallery li {
	width: 150px;
	height: 150px;
	display: inline-block;
	padding: 0;
	margin: 2px;
}
#featured {
	margin-top: 10px;
	width: 460px;
	height: 500px;
	overflow: hidden;
}
#featured img {
	width: 100%;
	height: auto;
}

/* FIXTHIS >> TEMPORARY */
.disabled {
	display: none;
}