@charset "utf-8";
/* CSS Document */

.adv{
	width:584px;
	height:418px;
	border: 2px solid #333333;
}

.adv-orizzontale{
	width:584px;
	height:291px;
	border: 2px solid #333333;
}
.brands, .web{
	width:584px;
	height:155px;
	border: 2px solid #333333;
}
.web a{
	width:584px;
	height:155px;
	border: 2px solid #333333;
}

.web a:hover{
	width:584px;
	height:155px;
	border: 2px solid #333333;
	opacity: 8;}

#teatro{
	width:584px;
	height:426px;
	background-image: url(../img/teatro-adv.jpg);
	background-repeat:no-repeat;
	border: 2px solid #333333;
	background-position: center center;
}

#vespa{
	width:584px;
	height:466px;
	background-image: url(../img/vespa01-adv.jpg);
	background-repeat:no-repeat;
	border: 2px solid #333333;
	background-position: center center;
}
#cday07{
	width:584px;
	height:418px;
	background-image: url(../img/cday07-adv.jpg);
	background-repeat:no-repeat;
	border: 2px solid #333333;
	background-position: center center;
}
#cday06{
	width:584px;
	height:418px;
	background-image: url(../img/cday06-adv.jpg);
	background-repeat:no-repeat;
	border: 2px solid #333333;
	background-position: center center;
}
#beatles{
	width:584px;
	height:195px;
	background-image: url(../img/beatles-adv.jpg);
	background-repeat:no-repeat;
	border: 2px solid #333333;
	background-position: center center;
}
#brands01{
	width:584px;
	height:155px;
	background-image: url(../img/brands01.jpg);
	background-repeat:no-repeat;
	border: 2px solid #333333;
	background-position: center center;
}
#brands02{
	width:584px;
	height:155px;
	background-image: url(../img/brands02.jpg);
	background-repeat:no-repeat;
	border: 2px solid #333333;
	background-position: center center;
}
#brands03{
	width:584px;
	height:155px;
	background-image: url(../img/brands03.jpg);
	background-repeat:no-repeat;
	border: 2px solid #333333;
	background-position: center center;
}
#duchessa_brand{
	width:584px;
	height:155px;
	background-image: url(../img/duchessa-brand.jpg);
	background-repeat:no-repeat;
	border: 2px solid #333333;
	background-position: center center;
}
#venti_web{
	width:584px;
	height:155px;
	background-image: url(../img/20eventi-web.jpg);
	background-repeat:no-repeat;
	border: 2px solid #333333;
	background-position: center center;
}
#cicala_web{
	width:584px;
	height:155px;
	background-image: url(../img/cicala-web.jpg);
	background-repeat:no-repeat;
	border: 2px solid #333333;
	background-position: center center;
}
#gruppogio_web{
	width:584px;
	height:155px;
	background-image: url(../img/gruppogio-web.jpg);
	background-repeat:no-repeat;
	border: 2px solid #333333;
	background-position: center center;
}
#about{
	width:584px;
	height:354px;
	background-image:url(../img/me.gif);
	background-repeat:no-repeat;
	border: 2px solid #333333;
	background-position: center center;
	margin-bottom:20px;
}
#info{
	width:584px;
	height:286px;
	background-image:url(../img/text-me.gif);
	background-repeat:no-repeat;
	border: 2px solid #333333;
	background-position: center center;
	margin-bottom:20px;
}
/* Slideshow style rules.*/
#slideshow {
	margin:0 auto;
	width:584px;
	height:418px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:584px;
  height:418px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:564px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:418px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(img/control_right.jpg) no-repeat 0 0;
}



/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:416px;	width: 580px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(../img/prova/paging_bg2.png) no-repeat;
	display: visible; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
