/* Welcome to Compass. In this file you should write your main styles. (or centralize your imports) Import this file using the following HTML or equivalent: <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* The *:focus rule is reset and suppresses link outlining. You _must_ remember to redefine your own outline, as it’s an important accessibility aid. E.g. *:focus   outline: #ccc dotted medium */
#navbar { top: 20px; }

#gall { position: absolute; bottom: 50px; left: 50px; z-index: 99; }

#gallery { position: fixed; bottom: 50px; height: 55px; background: white; padding: 6px 6px 6px 10px; width: 700px; z-index: 99; }
#gallery .title { float: left; clear: none; width: 150px; position: relative; height: 55px; font-size:1.2em; }
#gallery .title span { display: block; position: absolute; bottom: 5px; }
#gallery img { padding: 0px 2px; }
#gallery #slider { position: absolute; width: 500px; top: 6px; right: 31px; z-index: 100; }

