/*casacampiglia.it*/
#slideshow {
	margin:0 auto;
	width:840px;/* era 640 */
	height:400px; /*era 263 e prima 363*/
	position:relative;
	background: #9D9C9C;
	-moz-border-radius: 5px 5px 5px 5px;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:760px;/* era 560 */
  height:363px;/*era 263 e prima 363*/
  overflow:auto; /* allow scrollbar */
  position:relative;
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:740px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll era 540*/
  height:363px;/*era 263 e prima 363*/
}

/* Slideshow controls style rules.*/
.control {
  display:block;
  width:39px;
  height:363px;/*era 263*/
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#leftControl {
  top:0;
  left:0;
 background:transparent url(img/left.png) no-repeat 0 0;
}

#rightControl {
  top:0;
  right:0;
  background:transparent url(img/right.png) no-repeat 0 0;
}

/** generale */
* {
  margin:0;
  padding:0;
  font-family: "trebuchet ms",helvetica,sans-serif;
  font-size: 13px;
  font-weight: normal;
  color:#fff; /*#ccc;*/
  line-height: 2em;
}

body {
	background: #B5B5B5;
}

a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

#pageContainer {
  margin:0 auto;
  width:960px;
 }
 
#header
{
 text-align:center;
}

#header h1 a {
 text-decoration: none;
 font-size: 40px;
 display:block;
  width:960px;
  font-family:"trebuchet ms",helvetica,sans-serif;
  font-weight: normal;
  color: #343434;
  text-shadow: 1px 1px 1px #FFFFFF;
}

.slogan {
	font-size: 11px;
	color: #fff;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#4A4949; /*#ccc;*/
  letter-spacing:-1px;
  text-shadow: 1px 1px 1px #D2D2D2;
}
.slide img {
  /*float:right;*/
  margin:0 15px;
}
#footer {
  /*padding: 10px 10px;*/
}
#footer p {
  margin:30px auto 30px auto;
  display:block;
  width:560px;
  height:40px;
}

#barra
{
padding: 5px;
	width: 840px;
	margin: 0 auto;
	height: 35px;
	display: block;
 color: #000000;
}

#barra a, #barra a:link, #barra a:hover
{
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
#barraBottom {
	width: 60%;
	float: left;
}
#copy
{
	width: 40%;
	float: right;
}
#barraBottom li
{
	display: inline;
	list-style: none;
	margin-left: 15px;
}
.img-left img {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 2px;
}
.img-left {
    background-image: url("img/img-shadow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    float: left;
    margin: 4px 15px 0 0;
    padding-bottom: 3px;
}

.bold
{
	font-weight: bold;
	font-size: 13px;
	font-variant: small-caps;
}

.corsiv
{
	font-style: italic;
	font-size: 13px;
}
.under
{
	text-decoration: underline;
}
/*foto*/
#foto{height:210px;}
ul.foto{margin:0px 0px 0px 0px;padding:0px; list-style-type:none;}
ul.foto li{list-style-type:none; width:150px; float:left; display:inline; margin:10px 18px 15px 20px; background-image:url(images/bg-glow-img.png); background-repeat:no-repeat; background-position:bottom; padding-bottom:3px}
ul.foto li.nomargin{margin-right:0px;}
ul.foto li img{border:solid 1px #dddddd; padding:2px; background-color:#fff}
#fotonav{position:relative; z-index:5}
#next{cursor:pointer; position:absolute; right:0px; top:-20px;}
#prev{cursor:pointer; position:absolute; right:45px; top:-20px}


#google_translate_element
{
	float: right;
	margin: 10px 30px 0 0;
	
}

.goog-te-menu-value span {
	color: #000;!important
}


