@charset "utf-8";
/* CSS Document */

#gallery {
	height:600px;
	width:380px;
	overflow:scroll;
	}
	
#gallery div {
	width:90px;
	height:140px;
	font-family: Verdana, Arial, Sans-Serif;
	float:left;
	}