/* ================ STACK LANG ================ */
.stack_lang { position: absolute; top: 30px; right: 15px; z-index: 1001;}
.link_stack_lang{ display: block; position: absolute; bottom: 10px; right: 0px; cursor: pointer; width: 45px; height: 50px; background-image:url("images/mask_dock.png"); z-index: 5; }
.stack_lang > img { position: relative; cursor: pointer; padding-top: 35px; z-index: 2; }
.stack_lang ul { list-style: none; position: absolute; top: -20px; cursor: pointer; z-index: 3; }
.stack_lang ul li { position: absolute; right: 2px;}
.stack_lang ul li img { border: 0; }
.stack_lang ul li span { display: none; }
.stack_lang .openStack li span { 
	font-family: arial;
	display:block;
	height: 14px;
	white-space: nowrap;
	position:absolute;
	top: 8px;
	right:60px;
	line-height: 14px;
	border: 0;
	background-color:#000;
	padding: 3px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fcfcfc;
	text-align: center;
	text-shadow: #000 1px 1px 1px;
	opacity: .85;
	filter: alpha(opacity = 85);
}

/* IE Fixes */
.stack_lang { _position: absolute; }
.stack_lang ul { _z-index:-1; _top:-15px; }
.stack_lang ul li { *right:5px; }

/* ================ STACK MEDIA ================ */
.stack { position: absolute; bottom: 30px; right: 20px; z-index: 1000;}
.link_stack{ display: block; position: absolute; bottom: 10px; right: 0px; cursor: pointer; width: 45px; height: 50px; background-image:url("images/mask_dock.png"); z-index: 5; }
.stack > img { position: relative; cursor: pointer; padding-top: 35px; z-index: 2; }
.stack ul { list-style: none; position: absolute; top: -20px; cursor: pointer; z-index: 3; }
.stack ul li { position: absolute; right: 2px;}
.stack ul li img { border: 0; }
.stack ul li span { display: none; }
.stack .openStack li span { 
	font-family: arial;
	display:block;
	height: 14px;
	white-space: nowrap;
	position:absolute;
	top: 8px;
	right:60px;
	line-height: 14px;
	border: 0;
	background-color:#000;
	padding: 3px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fcfcfc;
	text-align: center;
	text-shadow: #000 1px 1px 1px;
	opacity: .85;
	filter: alpha(opacity = 85);
}

/* IE Fixes */
.stack { _position: absolute; }
.stack ul { _z-index:-1; _top:-15px; }
.stack ul li { *right:5px; }