.wrapgallery {
	/* 
	width:100%;
	max-width:100%;
	position:relative;
	z-index:100;
	float:none;
	 */
	width:100%;
	position:relative;
	height:490px;
	float:none;
	margin-bottom:90px;
}
#galleria_1, #galleria_album_1  {
	width:620px;
	max-width:100%;
	float:none;
	/* Centered */
	margin:0 auto;
}
.galleria-container {
	background-color: #000;
	width:100%;
	max-width:100%;
	max-height:490px;/*background-color:#f90;*/
}
.galleria-image-nav {
	position: absolute;
	top: 45%;
	margin-top: -62px;
	width: 100%;
	height: 62px;
	left: 0;
}
.galleria-thumbnails-container {
	background-color: #2D2D2D;
	left: 0;
	right: 0;
	height: 60px;
	bottom: 0;
	position: absolute;
	z-index: 2;
	
	padding:0 0 0 0px;
	
}
/*
.galleria-carousel .galleria-thumbnails-list {
 
    margin: 0 30px 0 0px;

}
*/
.galleria-carousel {
  /* margin: 0 30px 0 30px;*/
    margin: 0;

}
.galleria-thumbnails-list {
 
    margin: 0 30px 0 30px;

}
.galleria-thumbnails {
	
}

.galleria-thumbnails .galleria-image {
	height: 30px;
	width: 40px;
	background: #000;
	margin: 20px 5px 0 0;
	border: 1px solid #000;
	float: left;
	cursor: pointer;
}
.galleria-thumbnails .active {
	border: 1px solid #fff;
}
.galleria-thumb-nav-left, .galleria-thumb-nav-right {
	cursor: pointer;
	display: none;
	background-position: -495px 5px;
	position: absolute;
	left: 0;
	top: 15px;
	height: 40px;
	width: 23px;
	z-index: 3;
	opacity: .8;
	filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
	background-position: -578px 5px;
	border-right: none;
	right: 0;
	left: auto;
}
.notouch .galleria-thumb-nav-left:hover, .notouch .galleria-thumb-nav-right:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #2D2D2D;
}
.touch .galleria-thumb-nav-left:active, .touch .galleria-thumb-nav-right:active {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #2D2D2D;
}
.galleria-counter {
	position: absolute;
	bottom: 25px;
	left: 30px;
	text-align: left;
	color: #fff;
	font: normal 11px/1 arial, sans-serif;
	z-index: 400;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.galleria-play {
	text-indent: -10000px;
	background: url(../images_general/playpausewhite.png) no-repeat;
	/*background-color:#999;*/
	width: 20px;
	position: absolute;
	left: 10px;
	z-index: 200;
	top: 10px;
	cursor:pointer;
	background-position: 0 0;
}
.galleria-play.playing {
	background-position: -20px 0px;
}
.loadinggallery {
	color: #000;
	top:50%;
	margin:0 auto;
	position:relative;
	z-index:0;
	background-image: url(../images_general/loadinggallery.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}
#titleoutside {
	position: relative;
	text-align:center;
	float:none;
	color: #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	height:20px;
	/* Centered */
	margin:10px auto 10px;
}
#downloadlinkoutside {
	position: relative;
	text-align:center;
	float:none;
	color: #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	height:20px;
	/* Centered */
	margin:10px auto 10px;
	overflow:visible;
	width:100%;
}
#downloadlinkoutside a {
	color: #F90;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 480px) {
#galleria_1 {
	width:100%;
	max-width:100%;
	float:none;
	/* Centered */
	margin:0 auto;
}
.galleria-container {
	width:100%;
	max-width:100%;
}
.galleria-stage {
	top:80px;
	overflow:visible;
}
.galleria-thumbnails-container {
	/* background-color: transparent; */
	left: 0px;
	right: 0px;
	height: 60px;
	bottom: 20px;
	top:0;
	position: absolute;
	z-index: 2;
}
.galleria-thumbnails .galleria-image {
	height: 30px;
	width: 50px;
	background: #000;
	margin: 20px 5px 0 0;
	border: 1px solid #000;
	float: left;
	cursor: pointer;
}
.galleria-counter {
	/*
	position: absolute;
	bottom: 45px;
	left: 30px;
	text-align: left;
	color: #f90;
	font: normal 11px/1 arial, sans-serif;
	z-index: 400;
	opacity: 0.5;
	filter: alpha(opacity=50);
	*/
	
	top:-15px;
}
#titleoutside {
	position: absolute;

	text-align:right;
	float:none;
	color: #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	height:20px;
	/* Centered */
	margin:0;
	top:20px;

	right:15px;
}
}