/* general styles */

/* reset styles */

.agile_carousel img {border: 0;}

.agile_carousel p, .agile_carousel ul, .agile_carousel ul li {
margin: 0;
padding: 0;
}

/* agile carousel styles */

/* -----------------------------------*/
/*-- outer containers --*/
/* -----------------------------------*/

/*-- the most outer container rendered by JS 
Contains .slides .slide_content_... .persistent_content and controls that have "no_control_set" --*/

.agile_carousel {
position: relative;
}

/*-- container for all slides only --*/

.agile_carousel .slides {
position: absolute;
top: 0;
left: 0;
}

/*-- individual slide --*/

.agile_carousel .slide {
float: left;
}


/* -----------------------------------*/
/*-- default style for controls --*/
/* -----------------------------------*/


/*-- default styles for all control sets --*/

.agile_carousel .control_set {
position: absolute;
z-index: 4000;
}

/*-- default styles for all button containers --*/

.agile_carousel .button_container {
z-index: 5000;	
}

/*-- default style for controls whose trigger type is "hover" --*/

.agile_carousel .ac_hover {
cursor:text;	
}

/*-- default style for controls which are currently selected
such as the current slide number --*/

.agile_carousel .ac_selected {
}

/*-- default style for disabled controls 
"previous" and "next" controls may be disabled near the first/last slide --*/

.agile_carousel .ac_disabled {
}

/*-- style applied to all controls --*/

.slide_button {
z-index: 5000;
cursor: pointer;
display: block;
background-position: 0 0;
background-repeat: no-repeat;
position: relative;
}

/*-- previous button --*/

.previous_button {
}

/*-- next button --*/

.next_button {
}

/*-- hover previous button --*/

.hover_previous_button {
}

/*-- hover next button --*/

.hover_next_button {
}

/*-- numbered buttons container --*/

.agile_carousel .numbered_buttons_container {
}

/*-- numbered button --*/

.agile_carousel .numbered_button {
float: left;
}

/*-- grouped numbered buttons container --*/

.agile_carousel .grouped_numbered_buttons_container {
}

/*-- group numbered button --*/

.agile_carousel .grouped_numbered_button {
float: left;
}

/*-- content buttons container --*/

.agile_carousel .content_buttons_container {
}

/*-- content button --*/

.agile_carousel .content_button {
}

/*-- thumbnail buttons container --*/

.agile_carousel .thumbnail_buttons_container {
}

/*-- thumbnail button --*/

.agile_carousel .thumbnail_button {
}


/* -------------------------------------------- */
/*-- "things" that are not slides or controls --*/
/* -------------------------------------------- */

.current_slide_number {
cursor: text;
}

.slide_count {
cursor: text;
}

/* -------------------------------------------- */
/*-- #basic_slideshow styles --*/
/* -------------------------------------------- */

/*-- hide the captions --*/
#basic_slideshow .caption {
display: none;
}

/* -------------------------------------------- */
/*-- #pslide styles --*/
/* -------------------------------------------- */

/*-- outer container --*/

#pslide .agile_carousel {
overflow: visible!important;
}

/*-- hide the captions --*/
#pslide .caption {
display: none;
}

/*-- .control_set_1 - includes: numbered_buttons, .previous_next_button, .pause_button --*/

#pslide .control_set_1 {
float: right;
position: relative;
margin: 6px 6px 0 0;
background-color: #d9d9d9;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
opacity: 0.5;
padding: 2px 8px;
}
#pslide .numbered_buttons_container {
float: left;
margin-right: 14px;
}
#pslide .control_set_1 .slide_button {
float: left;
}
#pslide .numbered_button {
color: #000;
padding: 0 2px;
font-size: 12px;
margin-right: 2px;
}
#pslide .numbered_buttons_container .ac_selected, #pslide .numbered_buttons_container .numbered_button:hover {
color: #fff;
background-color: #666;
}
#pslide .previous_next_button,.pause_button {
width: 10px;
height: 18px;
overflow: hidden;
text-indent: 1000px;
background-image: url(../images/sprite_ac_normal.png);
}
#pslide .previous_button {
background-position: 0 3px;
}
#pslide .next_button {
background-position: -48px 3px;
}
#pslide .pause_button {
background-position: -24px 3px;
}
#pslide .control_set_1 .play_button {
background-position: -70px 3px;
}
#pslide .previous_button, #pslide .pause_button {
margin-right: 10px;
}

/*-- .control_set_2 - includes: .conent_button --*/

#pslide .control_set_2 {
left: 0;
bottom: 0;
border: 1px solid #E3E3E3;
height: 82px;
width: 958px;
}
#pslide .content_button {
float: left;
width: 239px;
}
#pslide .content_buttons_container .ac_selected {
}
#pslide .content_button_inner {
padding: 16px 0 16px 30px;
}
#pslide .content_button_inner h3 {
	color: #068D81;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
	text-transform:uppercase;
}
#pslide .content_button_inner p {
	color: #7A7A7A;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
}
#pslide .content_button_inner .s { display:none; }
#pslide .ac_selected .content_button_inner  {
	
}
#pslide .ac_selected .content_button_inner .s {
	display:block;
	background-image: url("../images/slide_thumb_s.png");
    background-repeat: no-repeat;
    height: 102px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 235px;
    z-index: 2;
}
#pslide .ac_selected .content_button_inner h3, #pslide .ac_selected .content_button_inner p { position:relative; z-index:10; color:white; }
#pslide .content_button p {
width: auto;
}
#pslide .content_button_inner:hover {

}
#pslide .persistent_content {
top: 100px;
left: 10px;
color: #ccc;
position: absolute;
z-index: 5000;
}

#pslide .content_button_4.ac_selected .s { left:7px!important; }

/* Graphic Personali Slide */
#pslide .slide_inner { width:960px; height:370px; }
#pslide .slide_inner a.slide_img { position:absolute; top:50%; }
#pslide .slide_inner img { border-radius:0; box-shadow:none; }
#pslide .slide_inner .slide_txt {
	position:absolute;
	width:460px;
	left:50%;
	top:50%;
}
#pslide .slide_inner .slide_txt h3 { margin:0 0 20px 0; font-weight:normal; color:#626262; font-size: 36px; line-height:36px; }
#pslide .slide_inner .slide_txt h3 span { color:#01897c; }
#pslide .slide_inner .slide_txt p { color:#666666; font-size:14px; margin-bottom:30px; }
#pslide .slide_inner .slide_txt .slide_goto { 
	display:block;
	text-align:center;
	max-width:196px;
	color:white;
	font-weight:bold;
	text-decoration:none;
	background-image:url('../images/slide/slide_button_bg.png');
	background-repeat:no-repeat;
	background-position:top center;
	font-size:18px;
	line-height:41px;
}
/* Slide 1 */
#pslide .slide_1 .slide_inner {
	background-image:url('../images/slide/slide_bg_soluzione.jpg');
	background-repeat:no-repeat;
}

#pslide .slide_1 .slide_inner a.slide_img { margin-top:-138px; left:30px; }
#pslide .slide_1 .slide_inner .slide_txt { margin-top:-124px; margin-left:-10px; }

/* Slide 2 */
#pslide .slide_2 .slide_inner {
	background-image:url('../images/slide/slide_bg_servizi.jpg');
	background-repeat:no-repeat;
}

#pslide .slide_2 .slide_inner a.slide_img { margin-top:-140px; right:76px; }
#pslide .slide_2 .slide_inner .slide_txt { margin-top:-124px; left:35px; }
#pslide .slide_2 .slide_inner .slide_txt p { margin-bottom:18px; }
#pslide .slide_2 .slide_inner .slide_txt a.slide_goto { max-width:140px; }

/* Slide 3 */
#pslide .slide_3 .slide_inner {
	background-image:url('../images/slide/slide_bg_lavora.jpg');
	background-repeat:no-repeat;
}

#pslide .slide_3 .slide_inner a.slide_img { margin-top:-184px; left:0; }
#pslide .slide_3 .slide_inner .slide_txt { margin-top:-120px; margin-left:-4px; }

/* Slide 4 */
#pslide .slide_4 .slide_inner {
	background-image:url('../images/slide/slide_bg_partner.jpg');
	background-repeat:no-repeat;
}

#pslide .slide_4 .slide_inner a.slide_img { top:0; right:0; }
#pslide .slide_4 .slide_inner .slide_txt { margin-top:-114px; left:35px; }
#pslide .slide_4 .slide_inner .slide_txt p { margin-bottom:18px; }
#pslide .slide_4 .slide_inner .slide_txt a.slide_goto { max-width:160px; }