/* css styles specifically for the fitting room. */
#introduction {
	height: 50px;
	width: 600px;
	font: 0.7em/1.3 Tahoma, Arial, Helvetica, sans-serif;
	padding: 5px 10px 10px 0px;
}

#shopFloor {
	position:relative;
	width: 589px;
	height: 420px;
	overflow: hidden;
	float: left;
}

#shopFloor img {
	border: 0px;
	float: left;
}

#shopSlider {
	position:absolute;
	width: 150px; 
	height: 0px;
	clip: rect(0px 589px 420px 0px)
}

#shopFloorPics {
	position:absolute;
	top:0px;
	left:0px;
	width: 6400px;
	height: 420px;
	overflow: hidden;
}

#fifis {
	margin: 0px;
	height: 420px;
	width: 200px;
	float: left;
	padding: 0px;
	background:url(images/home_sept_video_panel.jpg);
}

#movies {
	padding-right:0px;
	padding-top: 5px;
}

#fifiText {
	font: 0.7em/1.3 Tahoma, Arial, Helvetica, sans-serif;
	padding: 10px;
	padding-top: 25px;
	margin-top: 0px;
	width: 180px;
	position: relative;
	bottom: 20px;
}

html>body #fifiText {
	bottom: 4px;
}

#movies { 
	height: 150px;
	width: 150px;
}

#leftButton {
	position: absolute;
	left: 183px;
	top: 385px;
	z-index: 99;
	border: 0px;
}

#rightButton {
	position: absolute;
	left: 383px;
	top: 385px;
	z-index: 99;
	border: 0px;
}

#blue1 {
	height: 10px;
	clear: both;
	background-color: #dbd9cd;
}

#blue {
	height: 5px;
	clear: both;
	background-color: #dbd9cd;
	position: relative;
	bottom: 2px;
}

html>body #blue {
	bottom: 0px;
}

#spotlight1, #spotlight2, #spotlight3, #spotlight4, #spotlight5 {
	visibility: hidden;
	border: 0px;
	z-index: 10;
}

#spotlight1 {
	position: absolute;
	left: 38px;
	top: 255px;
}

#spotlight2 {
	position: absolute;
	left: 238px;
	top: 255px;
}

#spotlight3 {
	position: absolute;
	left: 438px;
	top: 255px;
}

#spotlight4 {
	position: absolute;
	left: 638px;
	top: 255px;
}

#spotlight5 {
	position: absolute;
	left: 838px;
	top: 255px;
}

