html, 
body 
{
	height:100%;
	color:#FFFFFF;
	overflow-y:hidden;
	background-color:#000000;
}

body 
{
	overflow-y:scroll;
}

img 
{
	opacity:0;
}

.clearfix:after 
{
	clear:both;
	content:" ";
	display:none;
}

.table 
{
	width:100%;
	height:100%;
	display:table;
}

.cell 
{
	padding:40px 0;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}

.thumbnails-bar 
{
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:175px;
	height:100%;
	position:fixed;
	text-align:center;
	overflow-y:scroll;
	background:#000000;
	list-style-type:none;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.thumbnails-bar li 
{
	width:100px;
	padding:2px;	
	display:block;
	cursor:pointer;
	min-height:50px;
	margin:20px auto;
	border:2px solid #333;
	background-position:center;
	background-repeat:no-repeat;	
	background-image:url("../image/preloader.gif");
}

.thumbnails-bar li.active 
{	
	border:2px solid #666666;
}

.thumbnails-bar li.no-prelader 
{
	background:none;
}

.thumbnails-bar li img
{
	display:block;
}

.thumbnails-bar li img.hidden
{
	display:none;
}

.preview 
{
	width:100%;
	height:100%;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.themeforest .preview 
{
	padding-left:175px;	
}

.image-wrapper 
{
	background-position:center;
	background-repeat:no-repeat;
	background-image:url("../image/preloader.gif");
}

.image-wrapper.no-prelader 
{
	background:none;
}

#image-full 
{
	height:auto;
	cursor:pointer;
	display:inline-block;
}

#image-full.hidden 
{
	display:none;
}

.navigation 
{
	left:50%;
	bottom:0;
	width:86px;
	height:35px;
	position:fixed;
	padding:5px 10px;
	margin-left:50px;
	background:#FFFFFF;
	box-sizing:border-box;
}

.prev,
.next 
{
	width:30px;
	height:30px;
	cursor:pointer;
	display:inline-block;
	background:url('../image/bg_direction_nav.png') no-repeat 0 0;
}

.next 
{
	background-position:100% 0;
}

.prev.hidden,
.next.hidden 
{
	opacity:0;
}