/* ///////////////////////// NUMBER OneC /////////////////////////*/
#sr300x250_03{
position: relative;
display: inline-block;
margin: 40px;
background-color: #FFF;
width: 300px;
height: 250px;
cursor: pointer;
border:1px solid #000;
}
#sr300x250_03 .label{
	width: 302px;
	height: 20px;
	position: absolute;
	left: -1px;
	top: -21px;
	font-size: 10px;
	font-family: sans-serif;
	color: #AAA;
	text-align: left;
}
#sr300x250_03 .resistance{
width: 255px;
height: 22px;
background-image: url(../img/resistance_is_futile.png);
position: absolute;
left: 12px;
top: 12px;
z-index: 0;
opacity: 0.0;
}
#sr300x250_03 .rule01{
width: 0px;
height: 0px;
background-color: #fff;
position: absolute;
border-top:2px solid #000;
left: 12px;
bottom: 210px;
z-index: 1;
}
#sr300x250_03 .rule02{
width: 0px;
height: 0px;
background-color: #fff;
position: absolute;
border-bottom:2px solid #000;
left: 12px;
top: 38px;
z-index: 2;
}
#sr300x250_03 .firstEver{
width: 168px;
height: 18px;
background-image: url(../img/the_first_ever_rc_coupe.png);
position: absolute;
left: 12px;
top: 44px;
z-index: 0;
opacity: 0.0;
}
#sr300x250_03 .optionsInfo{
width: 59px;
height: 25px;
background-image: url(../img/options_shown-important_info.png);
position: absolute;
background-size: contain;
right: 11px;
top: 172px;
opacity: 0.0;
z-index: 2;
}
#sr300x250_03 .logo{
position: absolute;
left: 12px;
top: 212px;
width: 112px;
height: 20px;
background-image: url(../img/lexus_logo.png);
opacity: 0.0;
}
#sr300x250_03 .learnMore{
transition: background-image 0.3s;
width: 112px;
height: 30px;
background-image: url(../img/learn_more_button.png);
position: absolute;
right: 12px;
bottom: 12px;
z-index: 0;
cursor: pointer;
opacity: 0.0;
}
#sr300x250_03 .learnMore:hover{
background-image: url(../img/learn_more_button-Hover.png);
}
/* ///////////////////////// NUMBER OneC /////////////////////////*/
