/* CLASSI GENERICHE-non modificare*/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }

/* CLASSI STACK */
#stacksNav {
	position:fixed; width:100%; height:35px; bottom: 0; right: 0; background-color:#222024; border-top:1px solid #000000;
	padding: 0;
	color: #FFFFFF;
	text-align: right;
}

.stack { position: fixed; bottom: 0; right: 40px; }

/*FINESTACKSINISTRA*/
.stack > img 		{position: relative; cursor: pointer; z-index: 2; margin-left:-6px; }
.stack ul 			{list-style: none; position: absolute; top: 5px; cursor: pointer; z-index: 1;}
.stack ul li 		{position: absolute; margin-top:-5px;}
.stack ul li img	{width:117px; border: 0;}

/* IE Fixes */
#stacksNav	 	{ _position: absolute; }
.stack			{ _position: absolute; }
.stack ul	 	{ _z-index:-1; _top:-15px; }
.stack ul li 	{ *right:5px;}
