﻿/*
Galleri Css

*/




		a:link, a:visited { color: #F52542;text-decoration: underline }
		a:hover, a:active { color: #333 }
		strong { font-weight: bold }

		/* This is some example CSS. You can change this to your own liking. */


		#imgbrowz0r .img-row {  }

		#imgbrowz0r .img-directory span.img-dir-name,
		#imgbrowz0r .img-directory span.img-thumb-date { display:none; }
		#imgbrowz0r .img-directory span.img-dir-name {
		display:none;
		 font-weight: bold;font-size: 1.2em }

		#imgbrowz0r .img-column-1 { margin:0px; clear: left }

		#imgbrowz0r .img-thumbnail,
		#imgbrowz0r .img-directory { float: left; text-align: center }

		#imgbrowz0r .img-thumbnail a,
		#imgbrowz0r .img-directory a {
			display: block;margin: 0 auto;
			width: 100px;height: 100px;line-height: 100px;
			background-repeat: no-repeat;background-position: 50% 50%; }

		#imgbrowz0r .img-directory a:link, #imgbrowz0r .img-directory a:visited, #imgbrowz0r .img-thumbnail a:link,
		#imgbrowz0r .img-thumbnail a:visited { background-color: #FFF;color: #ccc;text-decoration: none }
		#imgbrowz0r .img-directory a:active, #imgbrowz0r .img-directory a:hover, #imgbrowz0r .img-thumbnail a:active,
		#imgbrowz0r .img-thumbnail a:hover { border-color: #F52542;color: #F52542 }

		/* http://sonspring.com/journal/clearing-floats */
		html body div.clear,
		html body span.clear { background: none;border: 0;clear: both;display: block;float: none;font-size: 0;list-style: none;
				       margin: 0;padding: 0;overflow: hidden;visibility: hidden;width: 0;height: 0 }