	#cvn-bg {
		position:absolute;
		top:0px;
		left:0px;
		background-color:#FFF;
		display:none;
		z-index:3;
		margin:0px;
		padding:0px;
	}
	#cvn-network {
		position:absolute;
		top:50%;
		left:50%;
		margin: -150px 0 0 -191px;
		width:401px;
		height:330px;
		padding:0px;
		background-image: url(images/credits.jpg);
		background-repeat: no-repeat;
		text-align:center;
		font-family:Arial, sans-serif;
		font-size:10px;
		display:none;
		z-index:4;
		overflow:hidden;
	}
	#cvn-link {
		position:absolute;
		bottom:3px;
		right:3px;
		height:16px;
		width:auto;
		filter:alpha(opacity=50);
		-moz-opacity:.5;
		opacity:.5;
	}
	#cvn-link:hover {
		filter:alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;
	}
	#cvn-logo{
		width:401px;
		height:111px;
		display:block;
	}
	#cvn-network ul{
		margin:0px;
		padding:0px;
		background: url(images/toolbar-div.png) no-repeat 0px 0px;
		margin-left: 18px;
		height: 20px;
		width:401px;
	}
	#cvn-network li {
		background: url(images/toolbar-div.png) no-repeat 100% 0px;
		float:left;
		list-style:none;
		text-indent:0px;
		padding:0px;
		margin:0px;
	}
	#cvn-network li a {
		color: #fff;
		padding: 0px 16px 0px 16px;
		display: block;
		float: left;
		line-height: 20px;
		font-size:10px;
		font-family:Arial, sans-serif;
		height: 20px;
		font-weight:bold;
		text-decoration:none;
	}

	#cvn-network #clip {
		width:361px;
		height:170px;
		clip:rect(0px 361px 170px 0px);
		overflow:hidden;
		position:absolute;
		top:131px;
		left:11px;
		z-index:2;
	}
	#cvn-network #scroll {
		width:381px;
		position:absolute;
		top:0px;
		left:0px;
		z-index:1;
	}




	#cvn-network a:hover {
		color: #333;
	}
	#cvn-network #info {
		width:380px;
		height:169px;
		display:block;
		background-image: url(images/info.jpg);
	}

	#cvn-network p {
		font-family:arial, sans-serif;
		font-size:9px;
		color:#999;
		padding:0px;
		margin:0px 15px 0px 0px;
		width:368px;
	}
	#cvn-network p a {
		color:#999;
		font-size:9px;
		font-weight:normal;
		text-decoration:none;
	}

	#cvn-network a#chiudi{
		position:absolute;
		top:310px;
		right:0px;
		margin-right:5px;
		text-align:right;
		font-weight:bold;
		font-size:12px;
		color:#548EC0;
		z-index:7;
	}
	#cvn-network #su {
		position:absolute;
		background-image: url(images/su.jpg);
		background-repeat: no-repeat;
		width:12px;
		height:12px;
		top:133px;
		left:378px;
	}
	#cvn-network #giu {
		position:absolute;
		background-image: url(images/giu.jpg);
		background-repeat: no-repeat;
		width:12px;
		height:12px;
		top:287px;
		left:378px;
	}