/* Zakladne styly */
* {margin: 0; padding: 0;}
body {font: small/1.7 Verdana, Arial, lucida, helvetica, sans-serif;}
a {color: #333; text-decoration: underline;}
a:hover {text-decoration: none;}
h1 { font-size: 1.5em; font-weight: normal; line-height: 2em; margin-bottom: 0.5em; text-align: center;}
/* Styly pre fotoalbum */
#gallery {position: relative; width: 600px; text-align: center; margin: 0 auto;}
#photo {padding: 9px 7px 9px 19px; height: 440px;} 
#photo a {float: left; display: block; color: #fff; background: #eee; margin: 0 2px 1px 0; border: 1px solid #999; cursor: default;} 
#photo a:hover {color: #ccc; background: #fff; border-color: #f00;}
#photo a img {height: 81px; width: 108px; margin: 10px 14px; border: none;}
#photobox {position: absolute; visibility: hidden; left: 17px; top: 9px; width: 560px; height: 440px; background: #fff; border: 1px solid #666; overflow: hidden;}
#photobox img {position: absolute; left: 0; top: -20px; height: 480px; width: 640px;}
#ctrl {position: absolute; visibility: hidden; right: 22px; top: 10px;}
#ctrl a {cursor: default;}
#ctrl a img {margin-left: 1px; border: 1px solid #666;}
#ctrl a:hover img {border-color: #000;}
#ttl {font-style: italic; font-weight: bold;}
.cleardiv {clear: both; padding: 0; border: 0; height: 1px; width: 50px; line-height: 1px; visibility: hidden;} /* IE */
* html #photo a {margin-bottom: -3px;}
* html #photo a img {margin: 13px 14px;}
