.content_nav{
	margin-top: 10px;
}
 .content_nav .sections {
 	height: 604px;
 	width: 2490px;
}

 .content_nav .sections > li{ 
	height: 604px;
	width: 1245px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/*TAB 1*/

/*slide 1*/
.content_nav .sections > li:nth-child(1){
	background-image: url(../img/ACT2/SB_S_G10_U03_L06-46.png);
}
.content_nav .sections > li:nth-child(1) h4{
    position: relative;
    color: #005D58;
    font-size: 2.5em;
    left: 70px;
    top: 50px;
    margin: 0px;
}
.content_nav .sections > li:nth-child(1) p{
    position: relative;
    color: #575757;
    font-size: 1.8em;
    left: 70px;
    margin: 0px;
}
.content_nav .sections > li:nth-child(1) p:nth-child(2){
	top:80px;
}
.content_nav .sections > li:nth-child(1) p:nth-child(3){
	top: 164px;
}

/*slide 2*/
.content_nav .sections > li:nth-child(2){
	/*background-image: url(../img/ACT2/SB_S_G10_U03_L06-47.png);*/
}
.content_nav .sections > li:nth-child(2) span.act_subtitle{
	margin-top: 0px;
}

/*TAB2*/
#tabs2 .content{
	overflow-y: auto;
}
.scroll_content{
	position: relative;
	width: 1200px;
	height: 800px;
	background-repeat: no-repeat;
	background-image: url(../img/ACT2/SB_S_G10_U03_L06-48.png);
	background-position: 10% 50%;
}
.scroll_content img{
	position: absolute;
	right: 10px;
	top:150px;
}
.scroll_content ul{
    position: absolute;
    padding: 0px;
    left: 189px;
    top:28px;
    font-size: 1.7em;
    color: #575757;
}
.scroll_content ul li:nth-child(1){
	margin-bottom: 83px;
}
.scroll_content ul li:nth-child(2){
	margin-bottom: 78px;
}
.scroll_content ul li:nth-child(3){
	margin-bottom: 87px;
}
.scroll_content ul li:nth-child(4){
	margin-bottom: 88px;
}
.scroll_content ul li:nth-child(5){
	margin-bottom: 87px;
}