
/*	TESTATA */

.testatadiriserva {
	border: 0px solid red;
	background: url(../img/imgsprite.jpg) no-repeat;
	width: 1020px;
	height: 356px;
	display: block;
}

#container {
	border: 0px solid black;
	width: 1020px;
	height: 356px;
	padding: 0px;
	margin: 0auto;
	margin-left: 30px;
	position: relative;
	z-index: 0;
}

#example {
	border: 0px solid red;
	width: 1020px;
	height: 356px;
	position:relative;
}


/*
	Slideshow
*/

#slides {
	border: 0px solid red;
	width: 1020px;
	height: 356px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#slides img {border: 0px solid pink;}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	border: 0px solid blue;
	width: 1020px;
	height: 356px;
	display: block;
}

.slides_container a img {
	border: 0px solid purple;
	width: 1020px;
	height: 356px;
	display: block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	border: 0px solid green;
	top: 150px;
	left: -26px;
	width: 24px;
	height: 43px;
	display: block;
	z-index: 101;
}

#slides .next {left: 1021px;}

/*
	Pagination
*/

.pagination {
	border: 0px solid red;
	margin: 0;
	width: 950px;
	height: 20px;
	z-index: 1502;
	margin-top: -350px;
	position:absolute;
}

.pagination li {
	float:right;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	border: 0px solid red;
	display: block;
	width: 12px;
	height: 0;
	padding-top:12px;
	background-color: none;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}



/*--Window/Masking Styles--*/
.window {
	border: 0px solid red;
	background: none;
	width: 1020px;
	height: 356px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.div_reel {
	border:0px solid orange;
	position: absolute;
	top: 0; left: 0;
}
.div_reel div.blocco_reel {border:0px;}


/*--Paging Styles--*/
.paging {
	border: 0px solid red;
	position: absolute;
	bottom: 0px; right: 35px;;
	width: 50px; height:35px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background-image: url(../layout/paging_bg3.png);
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: black;
}
.paging a.active {
	color: white;
	font-weight: bold;
	background: #3595d8;
	border: 0px solid #003366;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.paging a:hover {font-weight: bold;}



/* IMG FADER CON MULTI IMMAGINI*/
#slideshow {border:0px solid red;margin:auto;width:960px;height: 306px;position:relative;overflow:hidden;}
#slideshow img {border:0px solid orange;background-color:none;width:960px;height:306px;display:block;}



.riqsemitrasp {
	position: absolute;
	margin-top: 10px;
	margin-left: 900px;
	border: 0px solid yellow;
	background-image: url(../layout/riqsemitrasp.png);
	background-position: 0px 0px;
	width: 48px;
	height: 30px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 29px;
	color: white;
	font-weight: bold;
	font-size: 18px;
}
.cornicenerasfumata {
	position: absolute;
	margin-top: 0px;
	border: 0px solid yellow;
	background-image: url(../layout/cornicenerasfumata.png);
	background-position: 0px 0px;
	width: 960px;
	height: 306px;
	z-index: 50; /*--deve stare sotto al logo e ai tasti di scorrimento--*/
}
#previmg {
	float: left;
	margin-top: 4px;
	margin-left: 6px;
	width: 18px;
	height: 20px;
	display: block;
	border: 0px solid yellow;
	background-image: url(../layout/frecce.png);
	background-position: 0px 0px;
}
#previmg:hover {background-image: url(../layout/frecce2.png);}
#trattinoimg {width:5px;height:20px;display:none;float:left;}
#nextimg {
	float: left;
	margin-top: 4px;
	margin-left: 1px;
	width: 18px;
	height: 20px;
	display: block;
	border: 0px solid yellow;
	background-image: url(../layout/frecce.png);
	background-position: -30px 0px;
}
#nextimg:hover {background-image: url(../layout/frecce2.png);}



.sottotestata {
	border: 0px solid red;
	margin-left: 30px;
	margin-bottom: 30px;
	background: url(../img/imgsprite.jpg) 0px -356px no-repeat;
	width: 1020px;
	height: 106px;
	display: block;
}