@charset "utf-8";
/* CSS Document */

body { font-family: 'helvetica neue',helvetica, arial, sans-serif; font-size: 13px; margin: 0; padding: 0; }
#gallery {
	clear: left;
	float: left;
	width: 95%;
	height: 100%;
	overflow: scroll;
	overflow-y: hidden; 
	white-space: nowrap;
	left: 0;
	text-align: left;
	
}
a:focus {outline-style: none;}
