.u_Gallery .galleria-theme-custom {
  background: transparent;
}

.u_Gallery .galleria-stage {
  bottom: 0px;  left: 0px;  right: 0px;  top: 0px;
}

.u_Gallery .galleria-image-nav {
  height: 50px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.u_Gallery .galleria-image-nav-left {
  width: 50px;
}

.u_Gallery .galleria-image-nav-right {
 width: 50px;
}

@media all and (max-width: 991px) {
	.u_Gallery .galleria-image-nav {
		height: 30px;
		margin-top: -30px;
		position: absolute;
		top: 50%;
		width: 100%;
	}

	.u_Gallery .galleria-image-nav-left {
		width: 30px;
	}

	.u_Gallery .galleria-image-nav-right {
		width: 30px;
	}
}

.u_Gallery  .galleria-pager {
	display:block;
	position:absolute; 
	bottom:22px; 
	height:12px; 
	font-size:22px;
	height:22px; 
	margin-left:0;
	text-align:left;
	z-index:1005;	
}

.u_Gallery .galleria-pager  ul		 {z-index:1006;  margin: auto;  display: inline-block; list-style:none;}
.u_Gallery .galleria-pager  ul li		{position:relative; float:left; width:22px; height:22px; margin:5px; opacity:.50;   filter: alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; background-position:0 0px; background-color:#ffffff;}

.u_Gallery  .galleria-pager i {
	font-size:22px;
	color:#ffffff;
}

.u_Gallery  .galleria-info {
	display:none;
	width: 0;
}

.u_Gallery  .galleria-thumbnails-container {
  bottom: 0px;
  height: auto;
  left: 10px;
  position: absolute;
  right: 10px;
  z-index: 2;
}