#tabs1 {
	background: url(../img/intro/S_G11_U01_L03fondo1intro.png)no-repeat 0px 70px;
	height: 666px;
}
.controls{
	display: none;
}

#tabs2 ol.sections{
	width: 10000px;
}

#tabs2 ol.sections li:nth-child(1){
	background: url(../img/intro/S_G11_U01_L03fondo-02.png)no-repeat 40px 40px;
	height: 666px;
}
#tabs2 ol.sections li:nth-child(2){
	background: url(../img/intro/S_G11_U01_L03fondo-03.png)no-repeat 200px 50px;
	height: 666px;
}
#tabs2 ol.sections li:nth-child(3){
	background: url(../img/intro/S_G11_U01_L03fondo-04.png)no-repeat 280px 20px;
	height: 666px;
}
#tabs2 ol.sections li:nth-child(4){
	background: url(../img/intro/S_G11_U01_L03fondo-05.png)no-repeat 30px 60px;
	height: 666px;
}
#tabs2 ol.sections li:nth-child(5){
	background: url(../img/intro/S_G11_U01_L03fondo-06.png)no-repeat 60px 60px;
	height: 666px;
}

#tabs2 ol.sections li p{
	position: absolute;
	color: #666666;
	text-align: center;
	font-size: 1.8em;
}

#tabs2 ol.sections li:nth-child(1) p{
	top: 160px;
    left: 160px;
}
#tabs2 ol.sections li:nth-child(2) p{
	top: 130px;
    left: 340px;
}
#tabs2 ol.sections li:nth-child(3) p{
	top:  90px;
    left: 380px;
}
#tabs2 ol.sections li:nth-child(4) p{
	top: 210px;
    left: 420px;
}
#tabs2 ol.sections li:nth-child(5) p{
	top: 180px;
    left: 750px;
}