

/* css-merge: /Hosting/css/Gallery.css */

body {
    font-family: Arial;
    font-size: 10pt;
    padding: 0;
    margin: 0;
}
table {
    font-family: Arial;
    font-size: 10pt;
}
a img {
    border:none;
}
.right {
    float: right;
}
.greenBar {
    height: 18px;
    padding: 2px;
    border-bottom: 1px solid #888;
    border-top: 1px solid #892;
    background-color: #bd4;
}


#logosmall {
	display: none;
}

#toptable {
    padding:0 30px 0 262px;
    height:110px;
    overflow:hidden;
    position:relative;
}

#logo {
    width:240px;
    position:absolute;
    left:0;
}

#logo img {
    margin: 20px 0 0 30px;
}

#slogan {
    position:absolute;
    top:68px;
    left:20px;
    color:#444;
    font:10px Verdana;
    z-index: 111; 
}



#thumbs {
    overflow:hidden;
    white-space:nowrap;
}
#thumbs a {
    margin:0 5px;
}
#thumbs a img {
    width:128px;
    height:96px;
    padding:2px;
    border:1px solid #ddd;
    margin:5px 0 0;
}
#thumbs a:hover {
    zoom:1;
}
#thumbs a:hover img { /* bez poprzedniego w ie6 nie dziala */
    padding:1px;
    border:2px solid #48f;
}
#thumbs a img.sel {
    padding:1px;
    border:2px solid #f60;
}


#scrollerL {
    position:absolute;
    left:235px;
    top:34px;
}
#scrollerR {
    position:absolute;
    right:3px;
    top:34px;
}



#middle {
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    background-color: #bd4;
    padding: 2px 4px 2px;
    white-space: nowrap;
}
#progress {
    visibility: hidden;
}
.selopt {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

#sizers {
	width: 220px;
	float: right;
	text-align: right;
}


#fulltab td {
    vertical-align: top;
}
#fulldiv {
    position: relative;
}
#descr {
    padding: 0 4px 4px;
    display: none;
}
#fullimg {
    border: 1px solid #ddd;
    padding: 1px;
}

a.prevnext {
    position: absolute;
    display: block;
    width: 150px;
    height: 100%;
}
a.prevnext img.arr {
    margin: 30px 0px;
    visibility: hidden;
    position: absolute;
}
a.prevnext:hover {
    background: #000;
    filter:alpha(opacity=20);
    opacity:0.2;
}
a.prevnext:hover img.arr {
    visibility: visible;
}

#prevArr img.arr {
    left: 50px;
}
#nextArr {
    right:0px;
}
#nextArr img.arr {
    right: 50px !important;
}



#rekL {
    float:left;
}

#rekT {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-top: 10px;
}

#links {
    float: right;
    padding: 0 20px 0 0;
}

#links a {
    color: black;
}
#links a:hover {
    text-decoration: underline;
    color: blue;
}
