@charset "UTF-8";
/* CSS Document */

#flickrGallery { position:relative; background:url(/images/flickrGallery.png) no-repeat top left; padding:23px 15px 41px 14px; overflow:hidden; height:75px; }

#flickrGallery a.button { position:absolute; top:50%; display:block; overflow:hidden; width:18px; height:18px; text-indent:-9999px; cursor:pointer; z-index:100; }

#flickrGallery a.left { background:url(/images/left.png) no-repeat top left; left:7px; top:55px; }

#flickrGallery a.right { background:url(/images/right.png) no-repeat top left; right:10px; top:55px; }

#flickrGallery a:hover.button { background-position:0px -18px; }

#flickrGallery .galleryInside { height:75px; overflow-y:hidden; }

#flickrGallery .slide { /* padding:0px 3px; */ background:#FFF; }

.slide img { padding:0 2px; float:left; }

.flickrLink { display:none !important; }

#fancy_content { overflow:auto !important; }

#fancy_div { height:auto !important; }

.flickrGalleryLink { clear:both; text-align:right; display:block; padding:2px 22px 2px 0; background:url(/images/flickrTiny.gif) no-repeat center right; text-decoration:none; }