html  {
	overflow: hidden;
}

.lanci_home {
    position        : absolute;
    top             : 180px;
	padding-top		: 50px;
    right           : 90px;
    width           : 235px;
	visibility		: hidden;
}

#lancio_1 {
	visibility		: visible;
}

    .lanci_home p,
    .lanci_home h2 {
        width           : 200px;
		font-weight		: normal;
        padding         : 0 0 0 15px;
        margin          : 0 0 1px 0;
    }

    .lanci_home h2 {
        height          : 50px;
        line-height     : 50px;
        font-size       : 13px;
        color           : #fff;
    }

    .lanci_home h2 span {
		padding-top:5px; display: block; line-height:1.3em; width: 120px;
	}

	.lanci_home div {
		position		: absolute;
		z-index			: 100;
		height			: 120px;
		top				: 0px;
		left			: 81px;
	}

	.lanci_home div.img_grappolo { background		: url(../img/bg/lanci_grappolo.gif) top right no-repeat; width : 170px; }
	.lanci_home div.img_olive { background		: url(../img/bg/lanci_olive.gif) top right no-repeat; width : 180px; top: 10px; }
	.lanci_home div.img_polaroid { background		: url(../img/bg/lanci_polaroid.gif) top right no-repeat; width : 180px; top: 10px; }
	.lanci_home div.img_filmato { background		: url(../img/bg/lanci_filmato.gif) top right no-repeat; width : 180px; top: 10px; }


    .lanci_home p {
        padding-top     : 15px;
        padding-bottom  : 15px;
    }


        .lanci_home p a {
            width               : 140px;
            color				: #fff;
            display				: block;
            font				: 10px "Futura Book",verdana;
            font-weight			: normal;
            text-decoration		: none;
            padding-right       : 45px;
            background			: url(../img/bg/freccia.gif) bottom right no-repeat;
        }

        .lanci_home p a:hover {
            color				: #b9babc;
			background			: url(../img/bg/freccia_on.gif) bottom right no-repeat;
		}

