/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */

.galleria-container {
  width:870px !important;
}


.node-gallery {
	position :relative;
	float :left;
	width: 100%;
	height:800px; 
}

.galleria-info {
	display: block;
	position: absolute;
	float: left;
	bottom: 140px;
	left: 10px;
	top: auto;
	right: 10px;
	width: auto;
	display: block !important;
}

 .galleria-info-text,
 .galleria-info-description {
	display: block !important; 
	padding: 0;
}

.galleria-info-text {
	background: url(../images/caption_bg.png) top left transparent !important;
}

.galleria-info-description {
	padding: 20px 15px;
	color: white; 
	height: 20px;
	line-height: 20px;
	font-variant: normal;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
}

.galleria-info-link {
	display: none !important;
}

.galleria-thumb-nav-left, 
.galleria-thumb-nav-right {
	height: 50px !important;
	width: 50px !important;
	background: url(../images/prev.png) no-repeat 50% 50% !important;
	left: -20px !important;
	top: 22px !important;
	right: auto !important;
}

.galleria-thumb-nav-right {
	background: url(../images/next.png) no-repeat 50% 50% !important;
	right: -20px !important;
	left: auto !important;
}

.galleria-thumbnails-container {
	right: 40px;
	left: 40px;
	height: 120px;
}

.galleria-stage {
	bottom: 140px;
}
