
/* stile di foto e video gallery */

.gallerycontainer {
}

.listgals {
	width: 100%;
	border-collapse: separate;
	border-spacing: 15px;
	margin: 0px auto;
	table-layout: fixed;
}

.listgals td {
	text-align: center;
	vertical-align: bottom;
	border: 0px solid red;
}

.listgals A, .listgals A:LINK, .listgals A:VISITED {
	color: #bbb;
}

.listgals A:HOVER {
	color: #666;
}

.titolofotoart {
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;

	/*background-color: #B91B1A;*/
	color: #bbb;
}


.fotoartext {
	position: relative;
	margin-top: 10px;
}

.fotoart {
	height: 130px;
	width: 168px;
	margin: 0px auto;
/* 	border: 1px solid #444; */
	background-color: #323234;
}

.telefono {
	position: absolute;
	top: 210px;
	left: 70px;
}

.galtitle {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	padding: 3px;
	margin: 10px auto;
	width: 60%;
}

#videoplayer {
	width: 320px;
	margin: 0 auto;
}

.titolovideo {
	text-align: center;
	width: 500px;
	margin: 20px auto;
	padding: 8px;
	color: white;
	font-weight: bold;
	background-color: #420409;
	border: 1px solid #be0b0b;
}

.scotchsx {
	position: absolute;
	top: -60px;
	left: 0px;
}

.scotchdx {
	position: absolute;
	top: -60px;
	right: 0px;
}

.imgtopgallery {
	text-align: center;
	color: black;
	font-weight: bold;
	margin-bottom: 20px;
}

.imgtopgallery A, .imgtopgallery A:LINK, .imgtopgallery A:VISITED {
	color: #0d9de4;
}

.imgtopgallery A:HOVER {
	color: #00f;
}

#vplayer {
	width: 320px;
}

#vplayerext {
	display: table;
	margin: 0 auto;
	border: 0px solid blue;
	width: 320px;
}

.titolomcgal {
	background: #e1e2e3;
	color: #707172;
	font-size: 18px;
	font-weight: bold;
	padding: 4px;
}