.lightbox_normal
{
float:right;
margin-left:10px;
margin-bottom:0px;
width:300px;
border:none;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 9999;
	text-align: center;
	line-height: 0;
	}

#lightbox a{border:none;}

#lightbox a img{border:none;}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding-top:28px;
	}

#imageContainer{
	padding: 8px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 40px;
	left: 0;
	height: 90%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	position:relative;
	width: 30%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;background: none !important;}
#nextLink { right: 0; float: right;background: none !important;}
#prevLink:hover, #prevLink:visited:hover {width: 48%; background: none !important;}
#nextLink:hover, #nextLink:visited:hover { width: 48%; background: none !important;}


#prevLink:after,
#nextLink:after{
    content: "";
    position: absolute;
    top: 50%;
margin-top:-72px;
    width: 120px;
    height: 143px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#prevLink:after{
    left: -100px;
    background: url(../frameimage/gallery/prev.png) no-repeat 0 0; /*  set up the sprite. Obviously change this fto make each one different. */
}

#prevLink:hover:after{
	left:-110px;
}

#nextLink:after{
    right: -100px;
    background: url(../frameimage/gallery/next.png) no-repeat 100% 0; /*  set up the sprite. Obviously change this fto make each one different. */
}

#nextLink:hover:after{
right:-110px;
}


#imageDataContainer{
position:absolute;
top:0;
left: 0;
right: 0;
margin: auto;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ 
padding:15px 0 0;
width:100%;
text-align:center;
height:48px;
}	
#imageData #caption{
font-family:'Roboto';
font-size:18px;
font-weight:bold;
color:#0d83be;
}
#imageData #numberDisplay{ display: none; clear: left; padding-bottom: 1.0em;}

#imageData a#bottomNavClose{
position:absolute;
display:inline-block;
right:7px;
top:7px;
width:29px;
height:29px;
cursor:pointer;
border:2px solid #c5e3f2;
z-index:1;
background:#0093dd url('../frameimage/dialog/close-icons.png') no-repeat 50% -22px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#imageData a#bottomNavClose:before{
	position:absolute;
	content:'Bezár';
	right:5px;
	top:-2px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:600;
	color:#000;
	line-height:25px;
	padding:0 14px 0 12px;
	border:2px solid #0093dd;
	background-color:#fff;
	text-transform:uppercase;
	z-index:1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#imageData a#bottomNavClose:after{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#fff url('../frameimage/dialog/close-icons.png') no-repeat 50% 4px;
	z-index:1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#imageData a#bottomNavClose:hover:before{
	right:100%;
}

#imageData a#bottomNavClose:hover{
border-color:#0093dd;
}
	
#imageData #bottomNavClose img {
	display:none;
}

#imageData #bottomNavClose:not(:hover):before,
#imageData #bottomNavClose:hover:after{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;		
}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 905;
	width: 100%;
	height: 500px;
background: #7ec0e1;
background: -moz-linear-gradient(top, #7ec0e1 0%, #ddeef7 100%);
background: -webkit-linear-gradient(top, #7ec0e1 0%,#ddeef7 100%);
background: linear-gradient(to bottom, #7ec0e1 0%,#ddeef7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ec0e1', endColorstr='#ddeef7',GradientType=0 );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)"!important;
	filter: alpha(opacity=92)!important;
	-moz-opacity: 0.92!important;
	-khtml-opacity: 0.92!important;
	opacity: 0.92 !important;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
														/*** sajat stilusok ***/
														
.insert_lightbox {border: 1px solid #F9E7B1; float: left; margin-left: 4px}
.insert_lightbox_no_float {border: 1px solid #F9E7B1; float: none; margin-right: 10px}
.insert_lightbox_noBorder {float: left; margin-left: 4px; border:0px;text-decoration:none}

														/*** sajat stilusok / ***/
														
