/* ///////////////////////// NUMBER OneA /////////////////////////*/
#nr300x600_01{
position: relative;
display: inline-block;
margin: 40px;
background-color: #fff;
width: 302px;
height: 600px;
cursor: pointer;
border: 1px solid #000;
}
#nr300x600_01 .label{
	width: 162px;
	height: 20px;
	position: absolute;
	left: -1px;
	top: -21px;
	font-size: 10px;
	font-family: sans-serif;
	color: #AAA;
	text-align: left;
}
#nr300x600_01 .allWeatherDriveLexusSedans{
width: 233px;
    height: 96px;
    background-image: url(../img/all_weather_drive_lexus_sedans.png);
    position: absolute;
    right: 52px;
    top: 14px;
    z-index: 0;
    opacity: 1.0;
}
#nr300x600_01 .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;
}
#nr300x600_01 .logo{
position: absolute;
left: 18px;
bottom: 20px;
width: 112px;
height: 21px;
background-image: url(../img/logo.png);
opacity: 0.0;
}
/*
#nr300x600_01 .learnMore{
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;
}
#nr300x600_01 .learnMore:hover{
background-color: #555;
}
*/




#nr300x600_01 .learnMore{
transition: background-image 0.3s;
width: 112px;
height: 30px;
background-image: url(../img/learn-more.png);
position: absolute;
right: 20px;
bottom:18px;
z-index: 0;
cursor: pointer;
opacity: 0.0;
}
#nr300x600_01 .learnMore:hover{
background-image: url(../../../img/learn_more_button-Hover.png);
}



#nr300x600_01 .rcShown{
    width: 111px;
    height: 10px;
    background-image: url(../img/rc-f-sport-shown.png);
    background-position: center center;
    position: absolute;
    right: 20px;
    bottom: 60px;
    opacity: 0.0;
    z-index: 0;
}
#nr300x600_01 #cover{
    width: 276px;
    height: 66px;
    background-color: #fff;
    position: absolute;
    right: 9px;
    top: 10px;
    z-index: 1;
}
#nr300x600_01 #cover2{
width: 276px;
    height: 34px;
    background-color: #fff;
    position: absolute;
    right: 9px;
    top: 76px;
    z-index: 1;
}
/* ///////////////////////// NUMBER OneA /////////////////////////*/