#reel {
	position:relative;

	width: 100%;
	height: auto;
}

#reel_body {
	position:relative;
	top:0px;
	left:0px;

	width: 980px;
	height: auto;
	
	margin: 0 auto;
	text-align: left;
	
	background: #1c1c1b;
}

#reel_box {
	position:relative;
	top:0px;
	left:0px;

	width: 600px;
	height: 300px;
	
	padding: 20px 20px 30px 20px;
}

#banner_reel {
	position:relative;
	top:0px;
	left:0px;

	width: 600px;
	height: 300px;
}

/*prenotaRapido*/
#prenotaRapido {
	position:absolute;
	top: 20px;
	left: 640px;
	width: 280px;
	height: 260px;
	
	background: rgb(254,217,132); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(254,217,132,1) 0%, rgba(252,195,41,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(254,217,132,1) 0%,rgba(252,195,41,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(254,217,132,1) 0%,rgba(252,195,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed984', endColorstr='#fcc329',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	padding: 20px;
	color: #1c1c1b;
}

#title_prenotaRapido {
	position:relative;
	font-weight: 700;
}

	#prenotaRapido select {
		width: 100%;
		height: 25px;
   	overflow: hidden;
   	border: 1px solid #dbdbdb;
   	background-color: #ffffff;
	
		z-index: 1;
	}
	
	.category {
		position: relative;
		margin: 10px 0 5px 0;
	}










#slider2_container {
	position: relative;
	width: 600px;
	height: 300px;
}


.slides {
	cursor: move; position: absolute; left: 0px; top: 0px; width: 600px; height: 300px; overflow: hidden;
}


		.captionOrange, .captionBlack
        {
            color: #fff;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }
        .captionOrange
        {
            background: #EB5100;
            background-color: rgba(235, 81, 0, 0.6);
        }
        .captionBlack
        {
        	font-size:16px;
            background: #000;
            background-color: rgba(0, 0, 0, 0.4);
        }
        a.captionOrange, A.captionOrange:active, A.captionOrange:visited
        {
        	color: #ffffff;
        	text-decoration: none;
        }
        a.captionOrange:hover
        {
            color: #eb5100;
            text-decoration: underline;
            background-color: #eeeeee;
            background-color: rgba(238, 238, 238, 0.7);
        }
        .bricon
        {
            background: url(../generic/images/browser-icons.png);
        }
		
		
		
		
		
	.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
		filter: alpha(opacity=70);
		opacity: .7;
		overflow:hidden;
		cursor: pointer;
		border: #000 1px solid;
	}
	.jssorb01 div { background-color: gray; }
	.jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
	.jssorb01 .av { background-color: #fff; }
	.jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }

	/* jssor slider arrow navigator skin 05 css */
	/*
	.jssora05l              (normal)
	.jssora05r              (normal)
	.jssora05l:hover        (normal mouseover)
	.jssora05r:hover        (normal mouseover)
	.jssora05ldn            (mousedown)
	.jssora05rdn            (mousedown)
	*/
	.jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn {
		position: absolute;
		cursor: pointer;
		display: block;
		background: url(../../generic/images/a17.png) no-repeat;
		overflow:hidden;
	}
	.jssora05l { background-position: -10px -40px; }
	.jssora05r { background-position: -70px -40px; }
	.jssora05l:hover { background-position: -130px -40px; }
	.jssora05r:hover { background-position: -190px -40px; }
	.jssora05ldn { background-position: -250px -40px; }
	.jssora05rdn { background-position: -310px -40px; }