/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0;
	width:940px;
	height:600px;
	position:relative;
	font:normal 11px Verdana, Geneva, sans-serif;
	color:#ccc;
}

#slideshow a{
	color: font-size
:11px;
	color: #ECECEC;
	;
	text-decoration:none;
}
#slideshow a:hover {
  text-decoration:underline;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:940px;
	height:600px; /* allow scrollbar */
	position:relative;
}
#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:940px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:600px;
}
#topbar{
	width:940px;
	height:50px;
	background-color:#1F1D1B;
}
/** 
 * Slideshow controls style rules.
 */
.control {
	display:block;
	width:21px;
	height:25px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	top:15px;
	left:850px;
	background-image: url(../img/left_arr.png);
	background-repeat: no-repeat;
}
#rightControl {
	top:15px;
	right:20px;
	background-image: url(../img/right_arr.png);
	background-repeat: no-repeat;
}

/** 
 * Style rules for Demo page
 */


#pageContainer {
	margin:0;
	width:940px;
	margin-top: 10px;
	height: 600px;
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  background:transparent url(img/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
	float:right;
	margin:0;
}
.intoslide {
	width:310px;
	background-color: #171615;
	height: 182px;
	float: left;
	margin-left: 0px;
	margin-bottom: 4px;
	margin-right: 5px;
}
.intoslide a{
	font-size:11px;
	color: #333333;
}
.scheda_title{
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	float: left;
	width: 300px;
	margin-top: 10px;
	margin-left: 5px;
}
.scheda_url{
	font-size:11px;
	color: #216F6A;
	float: left;
	width: 300px;
	margin-top: 10px;
	margin-left: 5px;
}
.allinea_sx{
float:left;
}
.alline_dx{
float:right;
}

