@charset "utf-8";

/** Slide - Full screen
------------------------------ **/
*
{
	margin: 0;
	padding: 0;
	list-style: none;
}
html,
body.gallery_full
{
	position: fixed;
	/position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
body.gallery_full
{
	-webkit-text-size-adjust: 100%;
}

body.gallery_full .gallery,
body.gallery_full .gallery_slide
{
	position: relative;
	height: 100%;
}
/** preview **/
body.gallery_full .gallery_slide .galleryPreview
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
body.gallery_full .gallery_slide .galleryPreview .images
{
	height: 100%;
}
body.gallery_full .gallery_slide .galleryPreview .images ul
{
	height: 100%;
	max-height: 100%;
}
body.gallery_full .gallery_slide .galleryPreview .images .progress
{
	right: 0;
}
body.gallery_full .gallery_slide .galleryPreview .loader
{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

/** thumbs **/
body.gallery_full .gallery_slide .galleryThumbs
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/** thumb sizes **/
body.gallery_full .gallery_slide .galleryPreview
{
	bottom: 60px;
}
body.gallery_full .gallery_slide.gallery_slide_thumb_s .galleryPreview
{
	bottom: 40px;
}
body.gallery_full .gallery_slide.gallery_slide_thumb_l .galleryPreview
{
	bottom: 100px;
}