/* LayerSlider Layers and Sublayers unique styles */


#layerslider,
#layerslider2 {
	width: 944px;
	height:380px;
	margin: 0px auto;
}


.pirelli {margin:332px 0 0 680px;}
.pirelli2 {margin:132px 0 0 0}

h2 {background:#666; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#FFF; padding:10px; opacity:0.8;}
#leaf1 {
	left: 110px;
	top: -110px;
}

#leaf2 {
	left: -20px;
	top: 230px;
}

#leaf3 {
	left: 500px;
	top: -200px;
}

#clouds {
	left: 0px;
	top: 0px;
}

#earth {
	left: 650px;
	top: -67px;
}

#l5text1, #l5text2, #l5text3 {
	padding: 5px;
	text-align: center;
	color: #10347e;
	border-radius: 3px;
	font-size: 14px;
	font-weight:bold;
}
h1, h2,#l5text1, #l5text2, #l5text3 {font-family: 'Open Sans', sans-serif;}
#l5text1 {
	left:320px;
	top:30px;
}

#l5text2 {
	left:520px;
	top:30px;	
}

#l5text3 {
	left:730px;
	top: 30px;
}

.ls-active #earth {
	-webkit-transition: all 20s ease-in-out;
	-moz-transition: all 20s ease-in-out;
	-o-transition: all 20s ease-in-out;
	-ms-transition: all 20s ease-in-out;	
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
#delay {
	-webkit-transition: all 20s ease-in-out;
	-moz-transition: all 20s ease-in-out;
	-o-transition: all 20s ease-in-out;
	-ms-transition: all 20s ease-in-out;	}
