@charset "utf-8";

p { margin:5px 0; }
h1, h2, h3, h4, h5, h6 { margin:0 0 10px; }
h5 { text-transform:uppercase; }
img { border:none; }
a {
	text-decoration:underline;
	color:#a74e46;
	outline:none;
}
h2 {
	margin:10px 0;
}
ul li {
	margin:5px 0;
}
.wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:690px;
	height:270px;
	display:block;
	padding-top:30px;
	padding-bottom:90px;
	background:url(../images/podium.png) no-repeat bottom;
	z-index:2;
}
.wrapper2 {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:690px;
	height:280px;
	display:block;
	z-index:2;
	text-align:center;
	padding-bottom:50px;
}
.wrapper2 a {
	display:inline-block;
	padding:0px 5px;
	background:#FFF;
	border:1px solid #ccc;
	border-radius:3px;
	text-decoration:none;
	margin:0px 5px;	
}
.wrapper2 .active-transition {
	background:#222;
	color:#fff;	
}
/*---------- Slider ----------- */

/*---------- Left and Right Triggers PULSANTI DESTRA SINISTRA----------- */
#slide-prev {
	position:absolute;
	width:21px;
	height:33px;
	bottom:39px;
	left:26px;
	z-index:4;
	margin:0px;
	background:url(../images/sl-control.png) left top no-repeat;
}
#slide-next {
	position:absolute;
	width:21px;
	height:33px;
	bottom:39px;
	right:26px;
	z-index:4;
	margin:0px;
	background:url(../images/sl-control.png) left bottom no-repeat;
}

/*---------- Shadow, just for styling OMBRA ----------- */
.s-shadow-b{
	background:url(../images/shadow.png) no-repeat top;
	width:690px;
	height:55px;
	position:absolute;
	left:2px;
	bottom:26px;
	margin:0px;
	z-index:1;
}
/*---------- Main Slider Container----------- */
#slider {
	width:690px;
	height:280px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	margin:0px;
	z-index:2;
	display:block;
}
/* Every slide must be hidden by default */
.slide { display:none; }

/* 
   And only the slide with "cs-activeSlide" class must be visible!
   !Reserved Class name. Required class! 
*/
.cs-activeSlide { display:block; }

/* Container with caption's text. Must be hidden */
.slide-descriptions {
	display:none;
}

/* Container with caption, must be hidden by default - COLORE TESTO*/
.caption {
	background: url("../images/d-bg.png") repeat scroll 0 0 transparent;
    color: #000000;
    display: none;
    height: 20px;
    padding: 5px;
    position: absolute;
    right: 40px;
    top: 130px;
    width: 180px;
    z-index: 3;
}
.full-3D {
	right: 40px;
    top: 80px;
    width: 740px;
	height:20px;
}
/* Container with Pagination buttons selezioni FOTO MANUALI */
.pagination {
	bottom: 50px;
    left: 210px;
    margin-top: 180px;
    position: absolute;
    text-align: center;
}
.slider-pagination {
	display:inline-block;
	width:15px;
	height:10px;
	background:url(../images/navi.png) no-repeat left bottom;
	margin:0 10px;
	cursor:pointer;
	position:relative;
	z-index:200;
}
/* This is a required class for the "Active" pagination button. ! Reserved Class Name ! */
.cs-active-pagination {
	background:url(../images/navi.png) no-repeat left top;
}

/* Multiple SLiders */
.slider-2 {
	padding-top:0;
	margin-top:10px;
}
#slider-1, #slider-2 {
	width:690px;
	height:280px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:2;
	display:block;
}
.cs-activeSlide-2 {
	display:block
}
.cs-active-pagination-2 {
	background:url(../images/navi.png) no-repeat left top;
}