.sam_gallery div.album h1 {

	margin-bottom: 10px;
}
.sam_gallery div.album h1 span {
	display: inline;
}
.sam_gallery div.album span {
	display: block;
	margin-bottom: 10px;
}
.sam_gallery div.album span.date {
	display: none;
}
.sam_gallery div.thumbnails_container {
	float: left;
	width: 160px;
	height: 430px;
	overflow: auto;
}
.sam_gallery div.thumbnails_container div.thumbnail {
	float: left;
	width: 140px;
/* 	height: 180px; */
	text-align: center;
}
.sam_gallery div.thumbnails_container div.thumbnail a img {
	display: block;
	width: 120px;
/* 	height: 120px; */
	margin-left: 10px;
	color: red;
}
.sam_gallery div.thumbnails_container div.thumbnail span.filename {
	visibility: hidden;
}
.sam_gallery div.thumbnails_container div.thumbnail span.date {
	display: block;
	clear: both;
	visibility: hidden;
}

.sam_gallery div.displayer {
	float: left;
	width: 600px;
}
.sam_gallery div.displayer div.img {
	margin: 0px auto;
	width: 570px;
	text-align: center;
}
.sam_gallery div.displayer div.img img {
	display: block;
	width: 570px;
/* 	height: 400px; */
	margin-bottom: 10px;
}
.sam_gallery div.selector {
	margin: 15px auto;
	width: 100px;
	display: none;
}
.sam_gallery div.selector a.previous {
	float: left;
}
.sam_gallery div.selector a.next {
	float: right;
}



/*
 * LITO
 */
.sam_gallery div.album div.cabecera {
	float: left;
	width: 760px;
}
.sam_gallery div.album div.cabecera span {
	display: block;
	float: left;
	width: 320px;
}
.sam_gallery div.album div.cabecera div {
	float: left;
	width: 440px;
	border-top: 1px dashed #474747;
	margin: 12px 0px 0px 0px;
}
.sam_gallery div.vr360 {
	float: left;
	clear: both;
	width: 760px;
	margin-bottom: 10px;
}
.sam_gallery div.vr360 a {
	padding-right: 25px;
	background: url('../images/flechas_alpha.gif') 100% 50% no-repeat;
}
