/*Spriteage*/
.firstTimeComponent a.join,
.firstTimeCloseBtn {
background:transparent url(assets/sprite_first_time_ep.png) no-repeat;
}
/*************/

.firstTimeComponent{
height:462px;
width:100%;
margin-bottom:5px;
position:relative;
z-index: 0;
}

.firstTimeComponent a.join {
display:block;
width:198px;
height:51px;
position:absolute;
left:57px;
top:361px;
text-indent:-4000px;
z-index: 777;
}

.firstTimeComponent a.join:hover{
background-position:0 -60px;
}

.firstTimeCloseBtn{
display:block;
position:absolute;
right:10px;
top:10px;
background-position:0 -119px;
width:30px;
height:30px;
cursor:pointer;
z-index: 9;
}

.adobeMax .firstTimeCloseBtn {
	right: 8px;	
}

.firstTimeCloseBtn:hover{
background-position:0 -159px;
cursor:pointer;
}

a.firstTimeHitArea {
	background-image: none;
	display: block;
	width: 972px;
	height: 450px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 0;
}

.adobeMax a img {
	width: 991px;
	margin-left: -3px;
}
