div {
	white-space: nowrap;
}	
#lamps_intro {
	font-size: 15px;
	font-weight: normal;
	margin-top: 10px;	
}	
#lamps, #shades {
	position: absolute; 
	top: 180px; 
	height: 440px;		
	overflow: auto;	
	padding: 10px;
	border: medium double white;
	text-align: center;
}	
#lamps {
	left: 230px;
	width: 200px;
}	
#shades {
	left: 480px;
	width: 200px;	
}
#lamps img, #shades img {	
	margin-bottom: 10px;
	height: 170px;
	width: 170px;	
	cursor: pointer;
}	
#combined {
	position: absolute;
	left: 750px;
	top: 180px;		 	
}
#current_combination {
	text-decoration: underline;	
	font-weight: bolder;
	margin-bottom: 5px;
}	 
#combined_img {		
	margin-top: 7px;
	margin-bottom: 3px;		
}
#add_to_list {
	margin-top: -5px;
}
#shade_key {
	position: absolute;
	top: 710px;
	left: 280px;
	font-size: 13px;
}		
			
 