#testimonial_home {
position: relative;
overflow: hidden;
width: 675px;
height: 380px;
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index:1;
}
.testiomonial_item {
	width:245px;
	height:380px;
	text-align: center;
	position: absolute;
	opacity: 1;
	z-index: 3;
	top: 0px;
	left: -245px;
	display: none;
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.main {
	background-color: #999;
	height: 500px;
	width: 500px;
}



.testimonial {
	width: 245px;
	overflow: hidden;
	height: 380px !important;
	position: relative;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
		border:1px solid #b2b2b6;
		margin-bottom:10px;
}
.testiomonial_item img  {
width: 245px;
height: 380px;
border: none;
overflow: hidden;
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


#slider {
	margin:0;
	padding:0;
	list-style:none;
}
#slider ul,
#slider li {
	padding:0;
}
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li { width:245px; height:380px; overflow:hidden; }
p#controls { margin:0; padding:0; position:relative; }


#prevBtn a {
	display:block;
width: 30px;
height: 30px;
}
#slideNext {
position: absolute;
right: 0px;
top: 170px;
height: 30px;
width: 30px;
z-index: 2;
opacity: 0.5;
}
#slidePrev {
position: absolute;
left: 0px;
top: 170px;
height: 30px;
width: 30px;
z-index: 2;
opacity: 0.5;
}

#slidePrev:hover, #slideNext:hover  {
opacity: 1;
}

#nextBtn a {
	display:block;
width: 30px;
height: 30px;
}

.Stile1 {color: #FF0000}

.testimonial .titolo {
	height: 30px;
position: absolute;
left: 0px;
bottom: 0px;
background: #f99d1c;
z-index: 8;
text-shadow: 0 1px 0 rgb(255, 35, 35);
-moz-border-top-left-radius: 0px;
border-top-left-radius: 0px;
-moz-border-top-right-radius: 0px;
border-top-right-radius: 0px;
}


.caption {
position: absolute;
width: 100%;
bottom: 0px;
display:none;


	}
	
.caption h1, .caption h2  {
border:none;
background: rgba(0,0,0,0.7);
margin-bottom:0px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 1em;
	}	
	
.caption h1  {
padding: 1em;
padding-bottom:0.5em;
}	

.caption h2  {
padding-top:0.5em; !important;	
}		
	
	
	
.caption h1 a {
color: #f99d1c;
text-decoration:none;


	}	
	
.caption h2 p {
color: white;
text-decoration:none;
	}		