
#serie_1 {
	display: block;
	background:url(../../images/collezioni/tn/ecoluna-ecosole.png) no-repeat right;
	overflow: hidden;
	cursor: pointer;
	height:55px;
	width:145px;
	margin:2px 5px;
	line-height:13px;
}
#serie_1 span {
	position:relative;
	left:5px;
	top:28px;
}
#serie_1:focus {
	/*background-position: 0px -88px;*/
}
#serie_2 {
	display: block;
	background:url(../../images/collezioni/tn/mercurio.png) no-repeat right;
	overflow: hidden;
	cursor: pointer;
	height:55px;
	width:130px;
	margin:2px 5px;
	line-height:13px;
}
#serie_2 span {
	position:relative;
	left:5px;
	top:28px;
}
#serie_2:hover {
	/*background-position: 0px -44px;*/
}
#serie_2:focus {
	/*background-position: 0px -88px;*/
}
#serie_3 {
	display: block;
	background:url(../../images/collezioni/tn/saturno.png) no-repeat right;
	overflow: hidden;
	cursor: pointer;
	height:55px;
	width:130px;
	margin:2px 5px;
	line-height:13px;
}
#serie_3 span {
	position:relative;
	left:5px;
	top:28px;
}
#serie_3:hover {
	/*background-position: 0px -44px;*/
}
#serie_3:focus {
	/*background-position: 0px -88px;*/
}
#serie_4 {
	display: block;
	background:url(../../images/collezioni/tn/hovo.png) no-repeat right;
	overflow: hidden;
	cursor: pointer;
	height:55px;
	width:130px;
	margin:2px 5px;
	line-height:13px;
}
#serie_4 span {
	position:relative;
	left:5px;
	top:28px;
}
#serie_4:hover {
	/*background-position: 0px -44px;*/
}
#serie_4:focus {
	/*background-position: 0px -88px;*/
}


#serie_5 {
	display: block;
	background:url(../../images/collezioni/tn/stilmar.png) no-repeat right;
	overflow: hidden;
	cursor: pointer;
	height:55px;
	width:130px;
	margin:2px 5px;
	line-height:13px;
}
#serie_5 span {
	position:relative;
	left:5px;
	top:28px;
}
#serie_5:hover {
	/*background-position: 0px -44px;*/
}
#serie_5:focus {
	/*background-position: 0px -88px;*/
}


#serie_6 {
	display: block;
	background:url(../../images/collezioni/tn/viareggio.png) no-repeat right;
	overflow: hidden;
	cursor: pointer;
	height:55px;
	width:130px;
	margin:2px 5px;
	line-height:13px;
}
#serie_6 span {
	position:relative;
	left:5px;
	top:28px;
}
#serie_6:hover {
	/*background-position: 0px -44px;*/
}
#serie_6:focus {
	/*background-position: 0px -88px;*/
}


#serie_7 {
	display: block;
	background:url(../../images/collezioni/tn/albany.png) no-repeat right;
	overflow: hidden;
	cursor: pointer;
	height:55px;
	width:130px;
	margin:2px 5px;
	line-height:13px;
}
#serie_7 span {
	position:relative;
	left:5px;
	top:28px;
}
#serie_7:hover {
	/*background-position: 0px -44px;*/
}
#serie_7:focus {
	/*background-position: 0px -88px;*/
}


#serie_8 {
	display: block;
	background:url(../../images/collezioni/tn/hovo.png) no-repeat right;
	overflow: hidden;
	cursor: pointer;
	height:55px;
	width:130px;
	margin:2px 5px;
	line-height:13px;
}
#serie_8 span {
	position:relative;
	left:5px;
	top:28px;
}
#serie_8:hover {
	/*background-position: 0px -44px;*/
}
#serie_8:focus {
	/*background-position: 0px -88px;*/
}


/*------------------------------*/

.tooltip {
	display: none;
	background: url(/images/black_big.png) no-repeat left top;
	padding-bottom: 10px;
	font-size:12px;
	color: #fff;
	padding-top: 30px;
	padding-left:30px;
	width: 320px;
	height: 313px;
	/*margin-left:-200px;*/
	margin-left:-250px;
	margin-top:335px;

}
.tooltip .tit-serie {
	color: #fff;
	font-size:12px;

}
.tooltip img {
	float:left;
	border:0;
}
.tooltip a {
	color: #bec7aa;
	text-decoration:none;
}

/*------------------------------*/



#imgtooltip {
	display:inline;
	float:right;
}
#imgtooltip img {
	border:0;
}
/*body  {
	padding:500px 0 0 200px;
}*/


div.htmltooltip{
	position: absolute; /*leave this and next 3 values alone*/
	z-index: 1000;
	left: -1000px;
	top: -1000px;
	background: #323234;
	border: 10px solid black;
	color: #ffffff;;
	padding: 3px;
	width: 250px; /*width of tooltip*/
}
