/* iGallery container
================================================== */
.iGalleryContainer{
	position: relative;
	width: 100%;

	height: 500px;
}
.igalleryGroup{
	width: 100%;
	margin-top: 5px;
	display: none;
}
.iThumb{
	position: absolute; border:3px solid #cecece;
}
.iThumbHidden{
	display: none;
}
/* gallery back button - style here
================================================== */
a.iGalBackBTN{
	float: right;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
.iclear-fx{
	clear: both;
}

.galleryPreloader{
	width: 100%;
}
.galleryPreloader div{
	width: 28px;
	height: 28px;
	position: relative;
	margin: auto;
}

/* group name - style group name here
================================================== */
.iGalGroupLabel{
	position: absolute;
	font-size: 13px;
	font-weight:300;
	/*font-family: Tahoma, Geneva, sans-serif;*/
	/*font-family:Arial, Helvetica, sans-serif;*/
	margin-top:10px;
	font-family: 'Open Sans', sans-serif; background:#efefef; padding:3px; border:1px solid #e5e5e5;
}


/* iGallery lightbox
================================================== */
#sk_igallery_lightbox{
	width: 100%;
	height: 2px;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #000;
	background: rgba(0,0,0,0.90);
	z-index: 9999;
	overflow: hidden;
}
#isecure_screen{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10000;
}
.iGalleryPreloader{
	width: 28px;
	height: 28px;
	position: absolute;
	left: 0px;
	top: 0px;
}
/* lightbox caption - style caption here
================================================== */
#ilghtb_caption{
	position: absolute;
	width: 100%;
	top: 15px;
	left: 0px;
	color: #CCC;
	text-align: center;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;	
}
#ilghtb_img{
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
}
#ilghtb_controls{
	position: absolute;
	bottom: 15px;
	left: 0px;		
}
a.genericBoxButtonLightbox{
	width: 27px;
	height: 27px;
	display: block;
	outline: none;
}
.ifloatRight{
	float: right;
}
.iLightboxDisabledButton{
	cursor: default;
}

