/*TAB1*/
.content.tab1{
	overflow: hidden;
}
.content.tab1 .page{
	height: 605px;
	width: 1245px;
	background-position: center;
	background-repeat: no-repeat;
}
.content.tab1 .page.page1{
	background-image: url('../img/intro/SB_S_G10_U02_L01_intro1.png');
}
.content.tab1 .page.page2{
	background-image: url('../img/intro/SB_S_G10_U02_L01_intro2.png');
}
.content.tab1 .buttons div{
	position: absolute;
	top: 280px;
	left: 1190px;
	display: block;
}
.content.tab1 .buttons div.off{
	display: none;
}
.content.tab1 .buttons div.p_prev{
	left: 30px;
}
.content.tab1 .buttons div.p_prev img{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*TAB2*/
.content.tab2{
	background-image: url('../img/intro/SB_S_G10_U02_L01_intro3.png');
    height: 510px;
}
.content.tab2 p{
	position: absolute;
	font-size: 1.44em;
}
.content.tab2 p:nth-child(1){
	color: #5d5d5d;
    top: 153px;
    left: 220px;
}
.content.tab2 p:nth-child(2){
	color: white;
    top: 324px;
    left: 536px;
    width: 583px;
    text-align: center;
}
/*TAB3*/
.content.tab3{
	background-image: url('../img/intro/SB_S_G10_U02_L01_intro4.png');
	height: 590px;
	margin-top: 0px;
}
/*TAB4*/
.content.tab4{
	overflow: scroll;
	overflow-x: hidden;
}
.content.tab4 .wrap{
	width: 1245px;
	height: 1000px;
	position: absolute;
	background-image: url('../img/intro/SB_S_G10_U02_L01_intro5.png');
	background-position: center;
	background-repeat: no-repeat;
}
.content.tab4 .wrap > ul{
	font-size: 1.44em;
	color: #5d5d5d;
	position: absolute;
    top: 35px;
    left: 151px;
    width: 943px;
}
.content.tab4 .wrap > ul > li{
	position: absolute;
	line-height: 1.1em;
}
.content.tab4 .wrap > ul > li:nth-child(1),
.content.tab4 .wrap > ul > li:nth-child(3),
.content.tab4 .wrap > ul > li:nth-child(5){
	left: 75px;
	text-align: left;
}
.content.tab4 .wrap > ul > li:nth-child(2),
.content.tab4 .wrap > ul > li:nth-child(4){
	right: 80px;
	text-align: right;
}
.content.tab4 .wrap > ul > li:nth-child(1){
	top: 165px;
}
.content.tab4 .wrap > ul > li:nth-child(2){
	top: 56px;
}
.content.tab4 .wrap > ul > li:nth-child(3){
	top: 512px;
}
.content.tab4 .wrap > ul > li:nth-child(4){
	top: 397px;
}
.content.tab4 .wrap > ul > li:nth-child(5){
	top: 775px;
    left: 105px;
}
.content.tab4 .wrap > ul > li h2{
	font-style: italic;
	font-weight: bold;
	color: #5d5d5d;
	font-size: 1em;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.content.tab4 .wrap > ul > li:nth-child(5) h2{
	margin-left: 40px;
}
.content.tab4 .wrap > ul > li:nth-child(5) ul{
    margin-top: 29px;
}
.content.tab4 .wrap > ul > li:nth-child(5) ul li{
    margin-bottom: 10px;
}
