﻿a:focus
{
	outline: none;
}
#panel
{
	background-color:#d5e7fd;
	height: 80px;
	width: 250px; 
	display: none;
	overflow: hidden;
	margin: auto;
	padding:10px 10px 0 10px;
}
.slide
{
	margin: 0;
	padding: 0; /*border-top: solid 4px #422410;*/
	background: url(/niinivirta/views/home/img/lingua.png) no-repeat center top;
}
.btn-slide
{
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	background-image: url(/niinivirta/views/home/img/freccia-giu.gif);
	background-position: 100px 12px;
	background-repeat:no-repeat;
}
.active
{
	background-image: url(/niinivirta/views/home/img/freccia-su.gif);
	background-position: 100px 12px;
	background-repeat:no-repeat;
}

.imghome
{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.imgtitle
{
	margin-left: 80px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #3399FF;
}

.oggetto
{
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.news-content
{
	 height:120px;
	 overflow:hidden;
	}

