/* ///////////////////////// NUMBER OneD /////////////////////////*/
#sr160x600_04{
position: relative;
display: inline-block;
margin: 40px;
background-color: #fff;
border: 1px solid #000;
width: 160px;
height: 600px;
cursor: pointer;
}
#sr160x600_04 .label{
	width: 162px;
	height: 20px;
	position: absolute;
	left: -1px;
	top: -21px;
	font-size: 10px;
	font-family: sans-serif;
	color: #AAA;
	text-align: left;
}
#sr160x600_04 .resistance{
width: 126px;
height: 19px;
background-image: url(../img/resistance.png);
position: absolute;
left: 17px;
top: 16px;
z-index: 0;
opacity: 0.0;
}
#sr160x600_04 .is{
width: 15px;
height: 19px;
background-image: url(../img/is.png);
position: absolute;
left: 17px;
top: 39px;
z-index: 0;
opacity: 0.0;
}
#sr160x600_04 .futile{
width: 65px;
height: 19px;
background-image: url(../img/futile.png);
position: absolute;
left: 37px;
top: 39px;
z-index: 0;
opacity: 0.0;
}
#sr160x600_04 .rule01{
width: 0px;
height: 0px;
background-color: #fff;
position: absolute;
border-top:2px solid #000;
left: 17px;
bottom: 534px;
z-index: 4;
}
#sr160x600_04 .rule02{
    width: 126px;
    height: 19px;
    background-color: #fff;
    position: absolute;
    border-top: 2px solid #000;
    left: 17px;
    bottom: 515px;
    opacity: 0.0;
    z-index: 3;
}
#sr160x600_04 .rule03{
width: 126px;
height: 64px;
background-color: #fff;
position: absolute;
border-bottom:2px solid #000;
left: 17px;
top: 0px;
opacity: 0.0;
z-index: 3;
}
#sr160x600_04 .firstEver{
width: 126px;
height: 14px;
background-image: url(../img/the-first-ever-rc-coupe.png);
position: absolute;
background-size: contain;
left: 17px;
top: 71px;
opacity: 0.0;
z-index: 2;
}
#sr160x600_04 .logo{
position: absolute;
left: 17px;
bottom: 75px;
width: 112px;
height: 21px;
background-image: url(../img/logo.png);
opacity: 0.0;
}
#sr160x600_04 .learnMore{
transition: background-image 0.3s;
width: 112px;
height: 30px;
background-image: url(../img/learn-more.png);
position: absolute;
left: 24px;
bottom:32px;
z-index: 0;
cursor: pointer;
opacity: 0.0;
}
#sr160x600_04 .learnMore:hover{
background-image: url(../img/learn_more_button-Hover.png);
}
#sr160x600_04 .rcShown{
    width: 111px;
    height: 10px;
    background-image: url(../img/rc-f-sport-shown.png);
    background-position: center center;
    position: absolute;
    left: 25px;
    bottom: 11px;
    opacity: 0.0;
    z-index: 0;
}
#sr160x600_04 #cover{
width: 126px;
height: 100px;
background-color: #fff;
position: absolute;
left: 17px;
top: 66px;
z-index: 1;
}
/* ///////////////////////// NUMBER OneD /////////////////////////*/