/* www..cz - image popup window. Created by PeckaDesign 2006 */
@import "/css/content.css";
@import "/css/layout.css";

html, body {background: #F5F5F5; color: #000000; margin: 0; padding: 0; }
body { text-align: center; width: auto; border-top: 8px solid #FF4E34;}

#img-mother { margin: 0 auto; }

.spc {padding: 0; }
h1 { font-size: 150%; text-align: left; margin: 0; background: #F4F4F4; border-bottom: 2px solid #E5E5E5; padding: 13px;}


p.pager { padding: 7px 20px ; margin: 0 0 0px 0; position: relative; text-align: center; background: #FAFAFA ;}
p.pager span {display: block; margin: 0 0px; }
p.pager a {margin: 0 0.3em; }

.pager .prev, .pager .next {background: url("/img/img-prev.png") no-repeat 0 0; width: 88px; height: 35px; line-height: 35px; margin: 0; padding: 0; position: absolute; top: -3px;  left: 0; text-align: center; text-decoration: none; }
.pager .next {background: url("/img/img-next.png") no-repeat 0 0; left: auto; right: 0; }
.pager .pager-mid {display: block;   margin: 0 88px; text-align: center;   background: #FF5900; }
.pager .pager-mid a, .pager .pager-mid strong {color: white; text-decoration: none; padding: 0 5px; margin: 0 2px;}
.pager .pager-mid a:hover {color: black; background: white; }
.pager .pager-mid strong {color: black; background: white; font-weight: normal; }

img {display: block; margin: 0 auto; clear: both; }

#gall-pic {font-weight: bold; padding: 20px 0; /* height: 410px; */ margin-bottom: 0; background: white; border-bottom: 2px solid #E5E5E5;}
#gall-pic img {border: 10px solid #DBDBDB; padding: 2px; margin: 0 auto 15px auto; background: transparent;}

.bottom-stripe {width: 846px; height: 10px; background: #FF5900; }

#close-button { position: absolute; top: 15px; right: 20px; font-size: 92%; margin: 0;}


