#tabs1{
	background: url(../img/act2/S_G11_U03_L04act12.png) no-repeat 90px 100px;
}
#tabs1 > p{ 
    top: 93px;
    left: 103px;
    color: white;
    font-style: italic;
    width: 310px;
    text-align: center;
}
#tabs1 > a{ 
	position: absolute;
	top: 430px;
	left: 220px;
	border-radius: 50%
}
#tabs1 > a:hover{ box-shadow: none; }

.buttons{
	position: absolute;
	cursor: pointer;
	background: url(../img/intro/S_G11_U03_L04intro_3.png) no-repeat center;
	position: absolute;
	display: inline-block;
	width: 36px;
	height: 28px;
	top: 550px;	
	left: 1100px;
}
.buttons:hover{
	background: url(../img/intro/S_G11_U03_L04intro_2.png) no-repeat center;	
}
.buttons.last{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	display: none;
	top: 120px;
	left: 1098px;
}

.content_nav_h{
    width: 1065px;
    height: 500px;
    overflow: hidden;
    position: absolute;
    top: 100px;
    left: 90px;
}
.sections {width: 100%; margin: }
.sections > li{ 
	width: 100%; 
	height: 515px; 
	float: none; 
	position: relative;
	padding:  0 30px;
	margin: 0 0 45px 0;
}

.sections > li > img{
    top: 0px;
    left: 435px;	
}


.controls{
    position: absolute;
    top: 199px;
    left: 1012px;
    height: 310px;
    width: 30px;	
}
.controls > span{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: white;
    position: relative !important;
    border-radius: 50%;	
    margin: 8px;
    cursor: pointer;
}
.controls > span.active{
	background: #504F61;
	cursor: default;
}

.sections > li > img.two{ left: 400px; }






#tabs2{
	background: url(../img/act2/S_G11_U03_L04act16.png) no-repeat center 30px;
}
#tabs2 > p{
	color: white;
	font-size: 1.6em;
	top: 35px;
	left: 210px;
	font-style: italic;
}

#tabs2 > div{
    position: absolute;
    top: 120px;
    left: 80px;
    width: 1110px;
    height: 500px;
}

#tabs2 > div > img{
	display: block;
	margin: 15px 0;
	cursor: pointer;
}

#tabs2 > div > div{
	position: relative;
	display: block;
}

#tabs2 > div > div > p{
	position: relative;
	font-size: 1.45em;
	line-height: 1.3em;
	font-style: italic;
	margin: 0;
}
