.galleryImage{
margin: 0 auto;
overflow: hidden;
position: relative;
max-width: 100%;
}

.galleryImage .galleryContent{
left: 0;
position: absolute;	
}	

.galleryImage .galleryContent .limitDiv{
float: left;

}	   

.galleryImage .galleryContent .limitDiv ul{
list-style: none;
}
.galleryImage .galleryContent .limitDiv ul li{
float: left;
position: relative;
}
 
.galleryImage .galleryContent .limitDiv ul li a{
display: block;
overflow: hidden;
}	
.galleryImage .galleryContent .limitDiv ul li a img{
width: 100%;
height: auto;
vertical-align: top;
}	    
    
.imageMax1{
margin: 0px auto 20px auto;
text-align: center;
background: url('../images/ajax_loader2.gif') 50% 50% no-repeat;
position: relative;
max-width: 100%;
height: auto;
overflow: hidden;
}
.imageMax1 img{
height: 100%;
width: auto;
}	

.light-theme{
margin: 10px 0px;
}
.simple-pagination ul li {
background: none;
margin: 0;
padding: 0;
}
.light-theme a.prev, .light-theme span.prev {
    background: url("../images/paging.png") no-repeat 0px 5px;
    height: 23px;
    margin: 0 7px 0 0;
    padding: 0;
    width: 9px;
}
.light-theme span.prev{
opacity:0.3;
-moz-opacity:0.3;
filter:alpha(opacity=30);
}

 .light-theme a.next, .light-theme span.next {
    background: url("../images/paging.png") no-repeat 0 -18px;
    height: 23px;
    margin: 0 0 0 5px;
    padding: 0;
    width: 9px;
}
.light-theme span.next{
opacity:0.3;
-moz-opacity:0.3;
filter:alpha(opacity=30);
}
.light-theme .current {
padding: 0 7px;
}
.simple-pagination ul li a {
color: #7fc60a;
padding: 0 7px;
}

.navig {
height: 25px;
margin: 30px 0 0;
padding: 10px 0px 15px 0px;
text-align: center;
}

.tNavig{
display: table;
margin: 0px auto;
}

.navig a.prev, .navig span.prevOpacity {
    background: url("../images/buttonsPrewka.png") 0px 0px no-repeat;
    height: 23px;
    width: 16px;
    display: inline-block;
    float: left;
}
.navig a.next, .navig span.nextOpacity {
    background: url("../images/buttonsPrewka.png") -23px 0px no-repeat;
    height: 23px;
    width: 16px;
        display: inline-block;
        float: left;
}
.navig .zdjecieC{
display: inline-block;
font-weight: bold;
margin: 4px 10px 0px 10px;
float: left;
}
.navig span.prevOpacity, .navig span.nextOpacity{
opacity:0.5;
}
    
.galleryImage ul li span.sel{
background-color: rgba(0,0,0,0.7);
display: block;
width: 100%;
height: 100%;
position: absolute;
top:0px;
left: 0px;
}    
.powrot{
font-size: 11px;
float: right;
color: #777777;
font-weight: normal;
}
.powrot span{
font-family: serif;
font-size: 14px;
font-weight: bold;
margin: 0px 3px 0px 0px;
}
.divTitle {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 7px 10px;
    overflow: hidden;
}