.i_galeriaIko{
	height: 75px;
	width: 105px;
	cursor:pointer;
	background: url(/img/galeriaIko.png) no-repeat;
	background-size: 75px 150px;
	background-position: top center;
	display: inline;
	float: left;
	margin-right: auto;
	margin-left: auto;	
	text-align: center;
}
.i_galeriaIko:hover{
	background-size: 75px 150px;  
	background-position: 15px -75px;
	opacity:0.5;
	transition: all 0.5s ease 0s;  
}
.i_TXT {
	margin-top: 80px; 
	margin-left: auto; 
	width: 105px;
	text-align: center;
}
.miniaturkaPokaz img{
/*	
-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease;
*/
}
.miniaturkaPokaz img:hover {
/*-o-transition: all 0.6s;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-webkit-transform: scale(1.1);*/
}	
/* PAGINACJA STRON - NEXT,PREV LINK */
.paginacja100prc {
	width: calc(100% - 4px); /* 710*/
	min-height: 30px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;		
}

.paginacja20prcP {
	width: 20%;
	min-height: 30px;
	margin: 0px;
	float: left;
}

.paginacja20prcN {
	width: 20%;
	min-height: 30px;
	margin: 0px;
	float: right;
}

.paginacja60prc {
	width: 60%;
	min-height: 30px;
	float: left;
	margin: 0px;
}

#linkPage {
	list-style: none;	
	padding: 0;
	margin: auto;
}

#linkPage dd {
	text-decoration: none;
	margin: 0px;
	text-align: left;
	text-indent: 0px;	
	padding-right: 0px;
	padding-left: 0px;	
	color: #FFC900;
	display: inline;	
}

#linkPage dd a:link, #linkPage dd a:visited {
	background: #BDBDBD;
	color: #203040;
	height: 24px;
	line-height: 24px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;	
	border-width: 1px;
	border-style: solid;
	border-color: #B3B4B6;
	text-decoration: none;
	display: inline;	
	margin: 1px;	
}

#linkPage dd a:hover {
	background: #3592DD;
	color: #203040;
	text-decoration: none;
	display: inline;	
	padding-right: 7px;
	padding-left: 7px;
	border-width: 1px;
	border-style: solid;
	border-color: #B3B4B6;	
	padding-top: 2px;
	padding-bottom: 2px;	
	margin: 1px;	
}

#linkPage dd.active {
	color: #ffffff;
	background: #3592DD;	
}

#linkPage dd a.active {
	background: #3592DD;	
	color: #ffffff;
	text-decoration: none;
	display: inline;	
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #B3B4B6;
	margin: 1px;		
}

#linkPage dd.nextLink {
	margin: auto;
}

#linkPage dd.nextLink a {
	color: #203040;
	text-decoration: none;
	display: inline;	
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #B3B4B6;	
}

#linkPage dd.nextLink a:hover {
	background: #000000;
	color: #203040;
	text-decoration: none;
	display: inline;	
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #B3B4B6;	
}

#linkPage dd.niewidoczne {
	margin-right: 0px;
	margin-top: 0;
	float: left;
	width: 82px;		
}

#linkPage dd a.niewidoczne {
	background: none;
	border: 0px;
}
/* === / === / === */