/*TAB1*/
.content.tab1{
	background-image: url('../img/intro/SB_L_G11_U05_L01-37.png');
	background-position: 40px 26px;
}
.content.tab1 .instructions{
	position: absolute;
	top: 26px;
	left: 40px;
	width: 100%;
}
.content.tab1 .instructions h2{
	color: white;
	font-style: italic;
	position: absolute;
	top: 40px;
	left: 125px;
	margin: 0px;
	padding: 0px;
	font-size: 1.56em;
}
.content.tab1 .instructions ul{
	position: absolute;
	top: 105px;
	left: 53px;
	font-size: 1.5em;
	color: white;
	font-style: italic;
}
.content.tab1 .instructions ul li{
	margin-bottom: 12px;
	line-height: 1.2em;
}
.content.tab1 .steps{
	width: 100%;
	position: absolute;
	top: 15px;
	left: 573px;
}
.content.tab1 .steps .btn{
	position: absolute;
	left: 0px;
}
.content.tab1 .steps .btn img:nth-child(1){
	display: block;
}
.content.tab1 .steps .btn img:nth-child(2){
	display: none;
}
.content.tab1 .steps .btn img:nth-child(3){
	display: none;
}
.content.tab1 .steps .btn:hover img:nth-child(1){
	display: none;
}
.content.tab1 .steps .btn:hover img:nth-child(2){
	display: none;
}
.content.tab1 .steps .btn:hover img:nth-child(3){
	display: block;
}
.content.tab1 .steps .btn.active img:nth-child(1){
	display: none;
}
.content.tab1 .steps .btn.active img:nth-child(2){
	display: block;
}
.content.tab1 .steps .btn.active img:nth-child(3){
	display: none;
}
.content.tab1 .steps .btn1{
	top: -10px;
}
.content.tab1 .steps .btn2{
	top: 116px;
}
.content.tab1 .steps .btn3{
	top: 245px;
}
.content.tab1 .steps .btn4{
	top: 383px;
}
.content.tab1 .steps .step{
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 115px;
	top: 0px;
}
.content.tab1 .steps .step1{
	background-image: url('../img/intro/SB_L_G11_U05_L01-38.png');
	width: 523px;
	height: 259px;
}
.content.tab1 .steps .step2{
	background-image: url('../img/intro/SB_L_G11_U05_L01-39.png');
	width: 521px;
	height: 297px;
}
.content.tab1 .steps .step3{
	background-image: url('../img/intro/SB_L_G11_U05_L01-40.png');
	width: 521px;
	height: 375px;
}
.content.tab1 .steps .step4{
	background-image: url('../img/intro/SB_L_G11_U05_L01-41.png');
	width: 528px;
	height: 514px;
}
.content.tab1 .steps .step ul{
	position: absolute;
	left: 108px;
	top: 102px;
	font-size: 1.5em;
	color: #683b11;
	font-style: italic;
}
.content.tab1 .steps .step ul li{
	margin-bottom: 6px;
	line-height: 1.2em;
}
/*TAB2*/
.content.tab2 .board{
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url('../img/intro/SB_L_G11_U05_L01-45.png');
	width: 275px;
	height: 554px;
	transition: all linear 1.5s;
	position: absolute;
	top: 18px;
	left: 70px;
	overflow: hidden;
}
.content.tab2 .board img{
	position: absolute;
	top: 182px;
	left: 40px;
}
.content.tab2 .board img:nth-child(1){
	display: block;
}
.content.tab2 .board img:nth-child(2){
	display: none;
}
.content.tab2 .board.open img:nth-child(1){
	display: none;
}
.content.tab2 .board.open img:nth-child(2){
	display: block;
	top: 181px;
}
.content.tab2 .board.open{
	width: 1128px;
}
.content.tab2 .board .questions{
	width: 804px;
	height: 522px;
	position: absolute;
	top: 17px;
	left: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../img/intro/SB_L_G11_U05_L01-44.png');
}
.content.tab2 .board .questions ul{
	position: absolute;
	top: 15px;
	left: 69px;
	font-size: 1.4em;
	color: #5d5d5d;
	font-style: italic;
}
.content.tab2 .board .questions ul li{
	margin-bottom: 44px;
}

