@charset "UTF-8";

.feel_window {
/*	width: 640px;
	height: 480px;*/
	margin-top: 20px;
	margin-left: 20px;
	position: relative;
	pointer-events: initial;
	z-index: 0;
}
.feel_main {
	position: absolute;
	z-index: 1;
/*	background: url("../feel/MAME/main.png");
	width: 640px;
	height: 480px;*/
	left: 0px;
	top: 0px;
}
.feel_list {
	position: absolute;
	z-index: 3;	/* NOTA: VUOLE 2 */
	/*left: 386px;
	top: 43px;
	width: 248px;
	height: 253px;
	font-family: Arial;
	font-size: 11px;*/
	overflow: hidden;
	cursor: pointer;
}
li.elenco_giochi {
	list-style-type: none;
/*	background-color: rgb(0, 0, 0, 0);
	color: rgb(230, 230, 0);
	font-weight: bold;
	text-align: center;*/
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
li.elenco_giochi.selected {
/*	color: rgb(0, 255, 0);
	background-color: rgba(0, 255, 0, 0);*/
}

.feel_bezel {
	position: absolute;
	z-index: 3;
/*	background: url("../feel/MAME/bezel.png");
	width: 640px;
	height: 480px;*/
	left: 0px;
	top: 0px;
}
.feel_marquee {
	position: absolute;
	z-index: 4;
/*	background: url("../feel/MAME/marquee.png");
	width: 304px;
	height: 55px;
	left: 35px;
	top: 13px;*/
}
.feel_cabinet {
	position: absolute;
	z-index: 5;
/*	background: url("../feel/MAME/cabinet.png");
	width: 136px;
	height: 164px;
	left: 502px;
	top: 314px;*/
}
.feel_snap {
	position: absolute;
	z-index: 2;
/*	width: 238px;
	background: url("../feel/MAME/snap.png");
	height: 178px;
	left: 67px;
	top: 128px;*/
	overflow: hidden;
}
.feel_snap > img {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

