.zoomimage {
	position: absolute;
	display: none;
	z-index: 5000;
	outline: none;
    cursor: url(../images/zoomout.cur), default;
}
.zoomimage_focused {
	z-index: 51000;
}
.zoomimage_s {
	position: absolute;
	top: 0;
	left: 0;
	
	height: 100%;
	width: 100%;
	display: none;
	margin-left:-40px;
	margin-top:-40px;
/*	
	margin-left:-40px;
	margin-top:-40px;
	height: 118%;
	width: 113%;
*/
	padding:40px;	
	background-color:#76070B;
}
.zoomimage_st {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	overflow: hidden;
}
.zoomimage_stl {
	position: absolute;
	top: -34px;
	left: -34px;
	width: 40px;
	height: 40px;
	overflow: hidden;
}
.zoomimage_stc {
	overflow: hidden;
	height: 40px;
	margin: 0 40px;
	
}
.zoomimage_str {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	overflow: hidden;
}
.zoomimage_sc {
	position: absolute;
	top: 40px;
	width: 100%;
	left: 0;
	overflow: hidden;
}
.zoomimage_scl {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 40px;
}
.zoomimage_scr {
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
}
.zoomimage_scc {
	margin: 0 6px;
	height: 100%;
	overflow: hidden;
}
.zoomimage_sb {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
}
.zoomimage_sbl {
	position: absolute;
	overflow: hidden;
	width: 40px;
	height: 40px;
	left: 0;
	top: 0;
}
.zoomimage_sbc {
	height: 40px;
	overflow: hidden;
	margin: 0 6px;
}
.zoomimage_sbr {
	position: absolute;
	overflow: hidden;
	width: 40px;
	height: 40px;
	right: 0;
	top: 0;
}
.zoomimage img {
	position: absolute;
	top: 40px;
	left: 40px;
	display: none;
	border: 0px solid #FFFFFF;
}

.zoomimage_loading {
	background-image: url(../images/ajax_small.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	position: absolute;
/*	background-color: #fff;*/
	width: 100%;
	top: 2;
	left: 2;
}
.zoomimage_move {
	cursor: move;
}
.zoomimage_hidden {
	display:none;
}
.zoomimage_controls {
	position: absolute;
/*	background: #651112;*/
/*	height: 488px;*/
	height:100%;
	left:0;
	top:0;
	padding:0;
/*	margin-top:-40px;*/
	margin:0;
	padding:40px 0 40px 0;
	overflow: hidden;
	
	border-bottom: #FFF solid 1px;
}


.zoomimage_test {
	position: absolute;
	height: 26px;
	overflow: hidden;
}

.zoomimage_test p {
	padding: 0;
	margin: 0;
	color: #fff;
	padding-top:12px;
	padding-left:10px;
	font-size: 14px;
	font-family: arial;
	float: left;
	text-align: left;
	width: 250px;
	z-index:1;
}
.zoomimage_prev {
	background: url(../images/galeria/kielce/left_arrow.png) no-repeat center;
	width: 30px;
	height: 24px;
	position: absolute;
	right: 50%;
	bottom:15px;
	padding:0;
		margin:0;
	margin-bottom: 40px;
}
.zoomimage_next {
	background: url(../images/galeria/kielce/right_arrow.png) no-repeat center;
	width: 30px;
	height: 24px;
	position: absolute;
	left: 50%;
	bottom:15px;
	margin:0;
	padding:0;
	margin-bottom: 40px;
}

.zoom_close {
	background: url(../images/galeria/kielce/close.png) no-repeat center;
	width: 24px;
	height: 24px;	
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0;
	margin: 0;
	
	margin-top:0px;
}
