#wrapper,
#wrapper_inner {
	position:static;
}


/* PFA Area - houses main link and 
 * rotator
-----------------------------------*/
#PFAArea {
	height:512px;
	position:relative;
	width:1000px;
	zoom:1;
}


/* PFA Main Image - Outside of PFAArea
-----------------------------------*/
.PFAMainImage {
	xbackground-color:black;
	background-position:center center;
	background-repeat:no-repeat;
	overflow:hidden; /* remove to see the horizontal scrollbar */
	width:100%;
	position:absolute;
	left:0;
	top:0;
	height:608px;
	opacity:1;
	z-index:301;
}

#PFAMainImageNext  {
	opacity:0;
}

#PFAFauxBackground {
	background:url(/lexus-share/images/navigation/bgd-lexus-vertical.png) repeat-x left top;
}

#PFALinkContainer {
	text-align:center;
}

.PFAMainImageLink {
	width:1200px;
	height:608px;
	margin:0 auto;
	position:relative;
	z-index:208;
}



/* This should go into a seperate file
-----------------------------------*/
#PFARotator {
	height:100px;
	width:1000px;
	z-index:310;
	position:relative;
	overflow:hidden;
	margin-top:-100px;
}

#PFARotator .slider {
	position:absolute;
	top:0;
}

#PFARotator .slider {
	width:100%;
}

#PFARotator ul {
	width:100%;
}

#PFARotator ul li {
	display:none;
	margin: 0 auto;
	height:100px;
}

#PFARotator .rotateButton {
	position:absolute;
	top:0;
	width: 30px;
	height:100%;
	outline:none;
	zoom: 1;
}

#PFARotator .rotateButton:hover {
	background-position:left -101px !important;
}

#PFARotator .rotateButton.rotateLeft {
	left:20px;
	background: transparent url(/images/visualContent/homepage/left-arrow.png) no-repeat center top;
}

#PFARotator .rotateButton.rotateRight {
	right:20px;
	background: transparent url(/images/visualContent/homepage/right-arrow.png) no-repeat center top;
}

