/* jump_wizard.css */
#container1 {
	width:998px; 
	height: 202px; 
	margin:0 auto; 
	background: url(../images/jump_wizard/hd1.gif) no-repeat;
	position:relative;
}
#container2 {
	position:absolute;
	top: 2px;
	left: 80px;
	font-size:12px;
	color:#666;
}
img.corniceactive {
	border:5px solid #FF8000;
	text-align:center;
	margin-right: 50px;
}
img.cornice {
	background:transparent url(../images/jump_wizard/ombra.gif) 0 2px no-repeat;
	padding:0 2px 4px 2px;
	margin-right:50px;
}
#slider img {
	border:5px solid #FF8000;
	margin: 0;
	padding:0;
}
#mainCont{
	background:transparent url(../images/jump_wizard/bg.gif) 1px 0px no-repeat;
}
html>body #mainCont{ /*Opera, Firefox e Safari*/
	height: 520px;
}
#mainCont{ /*IE6*/
	height: auto;
}
*:first-child+html #mainCont{ /*IE7*/
	height: auto
}
h1 {
	display: none;
	width: 220px;
}
h1 a {
	display:block;
	height:63px;
}
h1 span {
	margin-left:-10000px;
}
#thumbs-container {
	margin:0;
	overflow: hidden;
	width:828px;
}


