body{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	overflow:hidden;
}
.minigallery{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.minigallery .mg-image{
	margin: 0 auto;
	min-height:50%;
	min-width:50%;
	display:block;
}
.mg-preview{
	position:absolute;
	bottom:20px;
	left:0;
	background-color:#000000;
	display:block;
	width:100%;
	padding:10px 0;
}
.mg-preview-wrap{
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
}
.mg-preview ul{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}
.mg-preview li.mg-loading{
	background:#FFFFFF url(../../../images/miniplugins/gray/minigallery/loader.gif) no-repeat scroll 50% 50%;
	border:2px solid #FFFFFF;
}
.mg-preview li.mg-active{
	border:2px solid #FFFFFF;
}
.mg-preview li{
	float:left;
	width:50px;
	height:50px;
	margin-left:3px;
	margin-right:3px;
	border:2px solid #000000;
}

/** BUTTONS **/
.mg-back{
	position:absolute;
	height:100%;
	left:0;
	top:0;
	width:50%;
}
.mg-next{
	position:absolute;
	height:100%;
	right:0;
	top:0;
	width:50%;
}
/** RASTER **/
.mg-raster{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background: transparent url(../../../images/miniplugins/gray/minigallery/raster.png) repeat scroll 0 0;
}
/** INFO BLOCK **/
.mg-info-trigger {
	position:absolute;
	top:15px;
	left:20px;
	background:#000000;
	color:#fff;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	cursor:pointer;
	display:none;
}
.mg-info {
	position:absolute;
	top:36px;
	left:60px;
	color:#fff;
	background:#000000;
	width:50%;
	display:none;
}
.mg-info-title{
	padding:2px 5px;
	border-bottom:1px dashed #FFF;
}
.mg-info-caption{
	padding:5px 5px;
}
.mg-preview-scrollleft{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:5%;
}
.mg-preview-scrollright{
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:5%;
}
.disabled{
	display:none;
}
}
